Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Nov 2, 2024
1 parent b7b6e8e commit fffeddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cdn-bump-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ runs:
run: |
curl -X POST "https://api.bunny.net/purge?url=${{ inputs.bunny-cdn-url }}/version-${{ inputs.release-channel }}.txt" \
-H "Content-Type: application/json" \
-H "AccessKey: ${{ input.bunny-api-key }}"
-H "AccessKey: ${{ inputs.bunny-api-key }}"

0 comments on commit fffeddd

Please sign in to comment.