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,7 +7,8 @@ jobs:
build:
runs-on: debian
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v1
with:
subpath: dialer/
- uses: icing/flutter@test
- uses: actions/upload-artifact@v1

View File

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