fix: action with keyword missing

This commit is contained in:
ange 2025-02-02 01:10:23 +00:00
parent b184efd60c
commit ec9e5434e5
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -8,7 +8,8 @@ jobs:
runs-on: debian
steps:
- uses: actions/checkout@v1
subpath: website/
with:
subpath: website/
- name: setup env
run: |
. ./.env || true