diff --git a/action.yml b/action.yml index 5632579..58734b1 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: response_body=$(echo "$response" | head -n -1) if [ "$http_code" -eq 200 ]; then - write "$(bold_green)"Authentication successful" + write "$(bold_green)Authentication successful" else write "$(bold_red)Authentication failed with HTTP code: $http_code" write "$(red)Response body:"