fix purge gh action

This commit is contained in:
Jai A
2024-07-31 12:48:37 -07:00
parent 4fcd518b0a
commit 51f3174609

View File

@@ -19,7 +19,7 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}
commitHash: ${{ steps.push-changes.outputs.commit-hash }}
- name: Purge cache
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: |
curl -X \
-H "Authorization: ${{ secrets.CF_API_TOKEN }}" \