We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13e13f9 + c857eb6 commit 226b900Copy full SHA for 226b900
.github/actions/publish-to-sdkman/action.yml
@@ -29,7 +29,7 @@ runs:
29
- shell: bash
30
if: ${{ inputs.make-default == 'true' }}
31
run: >
32
- curl -X POST \
+ curl -X PUT \
33
-H "Consumer-Key: ${{ inputs.sdkman-consumer-key }}" \
34
-H "Consumer-Token: ${{ inputs.sdkman-consumer-token }}" \
35
-H "Content-Type: application/json" \
0 commit comments