Skip to content

Commit

Permalink
ci(fix): cleanup_caches branch syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Oct 29, 2024
1 parent 5bdc6ae commit 16bb503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "Deleting caches..."
for cacheKey in $cacheKeysForPR
do
gh cache delete $cacheKey -R $REPO -B $BRANCH --confirm
gh cache delete $cacheKey --repo $REPO --ref $BRANCH
done
echo "Done"
env:
Expand Down

0 comments on commit 16bb503

Please sign in to comment.