Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Snider authored Mar 31, 2023
1 parent 9c1eaab commit 3df4760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This action deploys selected directory to BunnyCDN storage.
## Upload and purge pull zone
````
- name: Deploy to BunnyCDN
uses: Snider/[email protected].0
uses: Snider/[email protected].1
with:
source: "dist"
storageZoneName: "myzone"
Expand All @@ -18,7 +18,7 @@ This action deploys selected directory to BunnyCDN storage.
## Upload
````
- name: Upload to BunnyCDN
uses: Snider/[email protected].0
uses: Snider/[email protected].1
with:
source: "dist"
storageZoneName: "myzone"
Expand All @@ -28,7 +28,7 @@ This action deploys selected directory to BunnyCDN storage.
## purge pull zone
````
- name: Purge BunnyCDN
uses: Snider/[email protected].0
uses: Snider/[email protected].1
with:
zoneId: "${{ secrets.BUNNY_CDN_PULL_ZONE_ID }}"
zoneKey: "${{ secrets.BUNNY_CDN_ZONE_KEY }}"
Expand Down

0 comments on commit 3df4760

Please sign in to comment.