We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ee37c commit c857eb6Copy full SHA for c857eb6
.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