Skip to content

Commit

Permalink
fix: Change final message
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 8, 2020
1 parent 0e542f9 commit 476fa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 476fa94

Please sign in to comment.