mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 16:30:40 +00:00
typo
This commit is contained in:
parent
5c09ec77d0
commit
8fff0d259f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_check.yml
vendored
4
.github/workflows/pr_check.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
|||
|
||||
- name: Override iap package with stub
|
||||
if: ${{ env.STUB_IAP }}
|
||||
run: .github/scripts/stub_iap.sh
|
||||
shell: bash
|
||||
working-directory: ${{ github.workspace }}/m3_lightmeter
|
||||
run: bash ./.github/scripts/stub_iap.sh
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue