Specify actions-cloudflare-purge version
This commit is contained in:
parent
03a3074209
commit
884c49fc55
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- name: Purge Cloudflare Cache
|
- name: Purge Cloudflare Cache
|
||||||
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
|
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
|
||||||
id: purge-cache
|
id: purge-cache
|
||||||
uses: NathanVaughn/actions-cloudflare-purge@f70c63827b539cf48eb3a29fdaa7547eca4dede4 #latest commit at the time
|
uses: NathanVaughn/actions-cloudflare-purge@v3.1.0
|
||||||
with:
|
with:
|
||||||
cf_auth: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
cf_auth: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
cf_zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
cf_zone: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
||||||
|
|
Loading…
Reference in New Issue