We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc8249 commit 1b3ed21Copy full SHA for 1b3ed21
1 file changed
.github/workflows/download-playground.yaml
@@ -23,6 +23,10 @@ jobs:
23
# # this permission is mandatory for trusted publishing with PyPI
24
# id-token: write
25
steps:
26
+ - name: Checkout repository
27
+ uses: actions/checkout@v4
28
+ with:
29
+ fetch-depth: 0
30
- name: Download artifacts
31
env:
32
GH_TOKEN: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
0 commit comments