Skip to content

Commit

Permalink
CI: clear cache job fix
Browse files Browse the repository at this point in the history
  • Loading branch information
horothesun committed Oct 15, 2023
1 parent e42e067 commit 0461e6b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ jobs:

- name: Clear cached project
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "TODO: uncomment!!!"
# gh extension install actions/gh-actions-cache
# gh actions-cache delete "${GITHUB_SHA}" --confirm
gh extension install actions/gh-actions-cache
gh actions-cache delete "${GITHUB_SHA}" --confirm

0 comments on commit 0461e6b

Please sign in to comment.