Skip to content

Commit b0b694f

Browse files
committedOct 29, 2024
ci(fix): cleanup_caches branch syntax
1 parent 72121a4 commit b0b694f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/cleanup_caches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Cleanup
3333
run: |
3434
echo "Fetching list of cache key"
35-
cacheKeysForPR=$(gh cache list -R $REPO -B $BRANCH -L 100 | cut -f 1 )
35+
cacheKeysForPR=$(gh cache list --repo $REPO --ref $BRANCH --limit 100 | cut -f 1 )
3636
3737
## Setting this to not fail the workflow while deleting cache keys.
3838
set +e

0 commit comments

Comments
 (0)
Please sign in to comment.