mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 07:20:39 +00:00
typo
This commit is contained in:
parent
deedafa236
commit
4248b6d897
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_check.yml
vendored
4
.github/workflows/pr_check.yml
vendored
|
@ -23,12 +23,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Connect private iap package
|
- name: Connect private iap package
|
||||||
uses: webfactory/ssh-agent@v0.8.0
|
uses: webfactory/ssh-agent@v0.8.0
|
||||||
if: !env.STUB_IAP
|
if: ${{ !env.STUB_IAP }}
|
||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
||||||
|
|
||||||
- name: Override iap package with stub
|
- name: Override iap package with stub
|
||||||
if: env.STUB_IAP
|
if: ${{ env.STUB_IAP }}
|
||||||
run: ./.github/scripts/stub_iap.sh
|
run: ./.github/scripts/stub_iap.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue