Skip to content

Commit 3a515df

Browse files
ci: remove unknown flag --ref for gh cache delete in cleanup_caches workflow
1 parent a14163c commit 3a515df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup_caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "Deleting caches..."
4040
for cacheKey in $cacheKeysForPR
4141
do
42-
gh cache delete $cacheKey --repo $REPO --ref $BRANCH
42+
gh cache delete $cacheKey --repo $REPO
4343
done
4444
echo "Done"
4545
env:

0 commit comments

Comments
 (0)