Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar authored Feb 20, 2024
1 parent a7e4440 commit 4d05f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ KeepAliveWorkflow(githubToken, committerUsername, committerEmail, commitMessage,
// Using the lib in GitHub API mode
APIKeepAliveWorkflow(githubToken, {
timeElapsed
}.then((message) => {
}).then((message) => {
core.info(message);
process.exit(0);
})
Expand Down

0 comments on commit 4d05f5f

Please sign in to comment.