Skip to content

Commit f0337f3

Browse files
ci: add missing checkout step in purge cache workflow
1 parent ab85896 commit f0337f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/prune-caches.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
prune:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1619
- run: rake ci:prune_caches
1720
env:
1821
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)