Skip to content

Commit

Permalink
docs: update action sample
Browse files Browse the repository at this point in the history
  • Loading branch information
piquark6046 committed Dec 12, 2023
1 parent b300939 commit 95e52b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ If you want to purge jsDelivr cache automatically, please customize the followin
name: 'Run jsDelivr-Purge'

jobs:
jsdelivrpurge:
permissions:
actions: read
contents: read
runs-on: ubuntu-latest
steps:
- name: Set up NodeJS LTS
uses: actions/setup-node@v4
jsdelivrpurge:
permissions:
actions: read
contents: read
runs-on: ubuntu-latest
steps:
- name: Set up NodeJS LTS
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Run jsDelivr-Purge
Expand Down

0 comments on commit 95e52b0

Please sign in to comment.