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:
|
||||
- name: Connect private iap package
|
||||
uses: webfactory/ssh-agent@v0.8.0
|
||||
if: !env.STUB_IAP
|
||||
if: ${{ !env.STUB_IAP }}
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.M3_LIGHTMETER_IAP_KEY }}
|
||||
|
||||
- name: Override iap package with stub
|
||||
if: env.STUB_IAP
|
||||
if: ${{ env.STUB_IAP }}
|
||||
run: ./.github/scripts/stub_iap.sh
|
||||
shell: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue