Skip to content

Commit 7cb531e

Browse files
committed
fix
1 parent 15cd1cb commit 7cb531e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/management-login/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
fi
3838
3939
response=$(curl -sS -X POST "${{ inputs.token-url }}" -H "Content-Type: application/json" \
40-
-d "$(jq -cn --arg client_id '${{ inputs.client-id }}' --arg client_secret '${{ inputs.client-secret }}' '{client_id: $client_id, client_secret: $client_secret, grant_type: \"client_credentials\"}')")
40+
-d "$(jq -cn --arg client_id '${{ inputs.client-id }}' --arg client_secret '${{ inputs.client-secret }}' '{client_id: $client_id, client_secret: $client_secret, grant_type: "client_credentials"}')")
4141
4242
value=$(echo "$response" | jq -er '.access_token')
4343

0 commit comments

Comments
 (0)