We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b6e8e commit fffedddCopy full SHA for fffeddd
.github/actions/cdn-bump-version/action.yml
@@ -38,4 +38,4 @@ runs:
38
run: |
39
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 }}"
+ -H "AccessKey: ${{ inputs.bunny-api-key }}"
0 commit comments