Skip to content

Commit

Permalink
updated clear cache workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Dec 30, 2023
1 parent 4c3ee1f commit 59571d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
steps:
- name: Clear cache
run: |
gh cache delete --all
gh cache delete --all --repo "$GITHUB_REPOSITORY"
echo "cache cleared"

0 comments on commit 59571d5

Please sign in to comment.