Skip to content

Commit 5a8bc6f

Browse files
authored
Add the checkout action to the release job so it can access the playbook (ansible#677)
The job attempts to use a playbook in the repository, so it needs to make a checkout. Signed-off-by: James Tanner <[email protected]>
1 parent bede049 commit 5a8bc6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ jobs:
8686
contents: write
8787

8888
steps:
89+
- name: Checkout dab
90+
uses: actions/checkout@v4
91+
with:
92+
show-progress: false
93+
8994
- name: Download all the dists
9095
uses: actions/download-artifact@v4
9196
with:

0 commit comments

Comments
 (0)