From 41a42cd279567a7b8421e87689eddc4a5b2f36a4 Mon Sep 17 00:00:00 2001 From: MoChilia Date: Thu, 25 May 2023 10:13:15 +0800 Subject: [PATCH] update --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 13ebea0c..2e223498 100644 --- a/src/main.ts +++ b/src/main.ts @@ -209,10 +209,10 @@ async function main() { } catch (error) { if (!isAzCLISuccess) { - core.setFailed(`Az CLI Login failed with ${error}. Please check the credentials and make sure az is installed on the runner. For more information refer https://aka.ms/create-secrets-for-GitHub-workflows"`); + core.setFailed(`Az CLI Login failed with ${error}. Please check the credentials and make sure az is installed on the runner. For more information refer https://aka.ms/create-secrets-for-GitHub-workflows`); } else { - core.setFailed(`Azure PowerShell Login failed with ${error}. Please check the credentials and make sure az is installed on the runner. For more information refer https://aka.ms/create-secrets-for-GitHub-workflows"`); + core.setFailed(`Azure PowerShell Login failed with ${error}. Please check the credentials and make sure az is installed on the runner. For more information refer https://aka.ms/create-secrets-for-GitHub-workflows`); } } finally {