We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffb158 commit a36f618Copy full SHA for a36f618
1 file changed
.github/workflows/clear-cache.yml
@@ -10,7 +10,9 @@ jobs:
10
name: Clear cache
11
runs-on: ubuntu-latest
12
13
- steps:
+ steps:
14
+ - name: Checkout ${{ github.repository }}
15
+ uses: actions/checkout@v4
16
- name: Clear all cache
17
run: gh cache delete -a
18
env:
0 commit comments