We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7d0c2 commit b7b6e8eCopy full SHA for b7b6e8e
.github/actions/cdn-bump-version/action.yml
@@ -36,6 +36,6 @@ runs:
36
- name: Purge CDN cache
37
shell: bash
38
run: |
39
- curl -X POST "https://api.bunny.net/purge?url=${{inputs.bunny-cdn-url}}/version-${{ inputs.release-channel }}.txt" \
+ curl -X POST "https://api.bunny.net/purge?url=${{ inputs.bunny-cdn-url }}/version-${{ inputs.release-channel }}.txt" \
40
-H "Content-Type: application/json" \
41
-H "AccessKey: ${{ input.bunny-api-key }}"
0 commit comments