Skip to content

Commit

Permalink
self-hosted-runner: fix codespell errors.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Oct 1, 2024
1 parent 26bcd84 commit 9c0d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/self-hosted-runner/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ get_runner_token() {
debug "GH access token URL : '${access_token_url}'"
debug "GH access token response : '${access_token_response}'"
debug "GH access token : '${access_token}'"
debug "GH reponse payload : $payload"
debug "GH response payload : $payload"

echo $(echo $payload | jq .token --raw-output)
}
Expand Down

0 comments on commit 9c0d551

Please sign in to comment.