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 7713cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
REPO: ${{ context.repo.owner }}/${{ context.repo.repo }}
steps:
- name: Clear cache
run: |
gh cache delete --all
gh cache delete --all --repo "$REPO"
echo "cache cleared"

0 comments on commit 7713cb6

Please sign in to comment.