Skip to content

Commit 1b3ed21

Browse files
committed
Add checkout repo step to download playground
1 parent 2fc8249 commit 1b3ed21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/download-playground.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
# # this permission is mandatory for trusted publishing with PyPI
2424
# id-token: write
2525
steps:
26+
- name: Checkout repository
27+
uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2630
- name: Download artifacts
2731
env:
2832
GH_TOKEN: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"

0 commit comments

Comments
 (0)