fix: Change final message
This commit is contained in:
parent
0e542f9f92
commit
476fa94197
|
@ -31,7 +31,7 @@ export async function run(): Promise<void> {
|
|||
);
|
||||
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) {
|
||||
|
|
Loading…
Reference in New Issue