Skip to content

Commit

Permalink
Fixing infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Mar 19, 2024
1 parent ba6d8fe commit 8fa4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
gh actions-cache delete $cacheKey -R $REPO -B $BRANCH --confirm && echo "Deleting cache with key: $cacheKey"
done
cacheKeysForPR=$(gh actions-cache list -R $REPO | cut -f 1 )
cacheKeysForPR=$(gh actions-cache list -R $REPO -B $BRANCH | cut -f 1 )
done
echo "Done"
env:
Expand Down

0 comments on commit 8fa4809

Please sign in to comment.