Skip to content

Commit

Permalink
Add action to purge jsdelivr cache
Browse files Browse the repository at this point in the history
  • Loading branch information
valtyr committed Jun 16, 2021
1 parent 9371d34 commit a36211a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: Update for ${{ github.sha }}
target_branch: isos

- name: Purge JSDelivr cache
uses: satak/webrequest-action@master
with:
url: https://purge.jsdelivr.net/gh/valtyr/popcorn@isos/kernel.iso
method: GET

0 comments on commit a36211a

Please sign in to comment.