Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Aug 29, 2022
1 parent 0037724 commit ac33c31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ What makes this action different from similar ones is that it allows you to clea
```yaml
#...
- name: Purge cache
uses: rafaucau/purge-cloudflare-cache-action@0.0.1
uses: rafaucau/purge-cloudflare-cache-action@0.0.2
with:
# Zone is required by both authentication methods
zone: ${{ secrets.CLOUDFLARE_ZONE }}
Expand All @@ -32,7 +32,6 @@ What makes this action different from similar ones is that it allows you to clea
# [Optional] XML sitemap URL
# Do not use this option if you want to purge everything!
# If your sitemap is large, you'd better not use this option and purge everything
# Currently, the limit is 30
sitemap: https://example.com/sitemap.xml
#...
```

0 comments on commit ac33c31

Please sign in to comment.