Skip to content

Commit

Permalink
Add checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Nov 9, 2023
1 parent 49691a1 commit 10d00e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-af.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
id-token: write

steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Setup Flutter and Dart SDK
uses: ./.github/actions/setup-publish
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-afpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
id-token: write

steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Setup Flutter and Dart SDK
uses: ./.github/actions/setup-publish
with:
Expand Down

0 comments on commit 10d00e4

Please sign in to comment.