Skip to content

Commit a36f618

Browse files
authored
Add checkout step to clear-cache.yml
1 parent 0ffb158 commit a36f618

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/clear-cache.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
name: Clear cache
1111
runs-on: ubuntu-latest
1212

13-
steps:
13+
steps:
14+
- name: Checkout ${{ github.repository }}
15+
uses: actions/checkout@v4
1416
- name: Clear all cache
1517
run: gh cache delete -a
1618
env:

0 commit comments

Comments
 (0)