summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/upload.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml
index 1c35a2b..1cb6d74 100644
--- a/.github/workflows/upload.yml
+++ b/.github/workflows/upload.yml
@@ -32,7 +32,7 @@ jobs:
git pull --force origin master
hugo -s . -d /var/www/montevideo.restaurant/
- name: Clear Cloudflare cache
- uses: Cyb3r-Jak3/action-cloudflare-cache@<Latest Release>
+ uses: Cyb3r-Jak3/action-cloudflare-cache@main
with:
zone: ${{ secrets.CLOUDFLARE_ZONE }}
api_token: ${{ secrets.CLOUDFLARE_TOKEN }}