We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3863d9 commit 58d5646Copy full SHA for 58d5646
.github/workflows/cleanup-cache.yml
@@ -10,10 +10,10 @@ jobs:
10
cleanup:
11
runs-on: ubuntu-latest
12
steps:
13
- - run: gh extension install actions/gh-actions-cache
14
-
15
- name: Cleanup
16
run: |
+ gh extension install actions/gh-actions-cache
+
17
cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH -L 100 | cut -f 1)
18
19
# Turn off errexit to not fail the workflow while deleting cache keys.
0 commit comments