fix: action with keyword missing
This commit is contained in:
parent
b184efd60c
commit
ec9e5434e5
@ -7,8 +7,9 @@ jobs:
|
||||
build:
|
||||
runs-on: debian
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
subpath: dialer/
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
subpath: dialer/
|
||||
- uses: icing/flutter@test
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
@ -8,7 +8,8 @@ jobs:
|
||||
runs-on: debian
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
subpath: website/
|
||||
with:
|
||||
subpath: website/
|
||||
- name: setup env
|
||||
run: |
|
||||
. ./.env || true
|
||||
|
Loading…
Reference in New Issue
Block a user