From 0a4b7d7785285edcb0ff4ffe74f4fff75b01c20c Mon Sep 17 00:00:00 2001 From: Skydust Date: Mon, 9 Dec 2024 08:01:35 +0100 Subject: [PATCH] Typo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"