diff --git a/README.md b/README.md index 74596d8..74ca2f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This action deploys selected directory to BunnyCDN storage. ## Upload and purge pull zone ```` - name: Deploy to BunnyCDN - uses: Snider/bunnycdn-gh-action@v2.0.0 + uses: Snider/bunnycdn-gh-action@v2.0.1 with: source: "dist" storageZoneName: "myzone" @@ -18,7 +18,7 @@ This action deploys selected directory to BunnyCDN storage. ## Upload ```` - name: Upload to BunnyCDN - uses: Snider/bunnycdn-gh-action@v2.0.0 + uses: Snider/bunnycdn-gh-action@v2.0.1 with: source: "dist" storageZoneName: "myzone" @@ -28,7 +28,7 @@ This action deploys selected directory to BunnyCDN storage. ## purge pull zone ```` - name: Purge BunnyCDN - uses: Snider/bunnycdn-gh-action@v2.0.0 + uses: Snider/bunnycdn-gh-action@v2.0.1 with: zoneId: "${{ secrets.BUNNY_CDN_PULL_ZONE_ID }}" zoneKey: "${{ secrets.BUNNY_CDN_ZONE_KEY }}"