Skip to content

Commit fffeddd

Browse files
committed
fix syntax
1 parent b7b6e8e commit fffeddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cdn-bump-version/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ runs:
3838
run: |
3939
curl -X POST "https://api.bunny.net/purge?url=${{ inputs.bunny-cdn-url }}/version-${{ inputs.release-channel }}.txt" \
4040
-H "Content-Type: application/json" \
41-
-H "AccessKey: ${{ input.bunny-api-key }}"
41+
-H "AccessKey: ${{ inputs.bunny-api-key }}"

0 commit comments

Comments
 (0)