diff --git a/src/main.ts b/src/main.ts index cdfa7001e..edc6b19b6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -31,7 +31,7 @@ export async function run(): Promise { ); await git.push(inps.PublishBranch, inps.ForceOrphan); await git.pushTag(inps.TagName, inps.TagMessage); - core.info('[INFO] successfully deployed'); + core.info('[INFO] Action successfully completed'); return; } catch (e) {