Skip to content

Commit

Permalink
fix: fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Sep 19, 2024
1 parent 16486f8 commit 3907389
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,9 @@ jobs:
run: npx semantic-release

- name: clear cache
run: gh cache delete modules-2-${{ github.sha }} --confirm
# run: gh cache delete modules-2-${{ github.sha }} --confirm
run: curl \
-X DELETE \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GH_TOKEN }}" \
https://api.github.com/repos/asmyshlyaev177/state-in-url/actions/caches/modules-2-${{ github.sha }}

0 comments on commit 3907389

Please sign in to comment.