From 79930bf10495767fba1940c410b7222afcadb006 Mon Sep 17 00:00:00 2001 From: Joe Lust Date: Fri, 10 Jan 2025 05:02:12 -0500 Subject: [PATCH] Update src/index.ts Co-authored-by: James Baldassari --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 28fac25..1a19585 100644 --- a/src/index.ts +++ b/src/index.ts @@ -98,7 +98,7 @@ export async function run(enableFailureExitCodes = true): Promise { // Helpful warning notices if (uri) { core.warning( - `Has been deprecated [${ActionInputs.Uri}]. Please use [${ActionInputs.UrlApp}] instead.`, + `[${ActionInputs.Uri}] has been deprecated. Please use [${ActionInputs.UrlApp}] instead.`, ); }