fix: Change final message

This commit is contained in:
peaceiris 2020-02-08 17:31:09 +09:00
parent 0e542f9f92
commit 476fa94197
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export async function run(): Promise<void> {
); );
await git.push(inps.PublishBranch, inps.ForceOrphan); await git.push(inps.PublishBranch, inps.ForceOrphan);
await git.pushTag(inps.TagName, inps.TagMessage); await git.pushTag(inps.TagName, inps.TagMessage);
core.info('[INFO] successfully deployed'); core.info('[INFO] Action successfully completed');
return; return;
} catch (e) { } catch (e) {