Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: James Baldassari <[email protected]>
  • Loading branch information
twistedpair and jbaldassari authored Jan 10, 2025
1 parent ed6bfbe commit 79930bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function run(enableFailureExitCodes = true): Promise<void> {
// 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.`,
);
}

Expand Down

0 comments on commit 79930bf

Please sign in to comment.