Closed bdougie closed 4 years ago
@github-actions run
(async () => {
await githubClient.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Time from GitHub Actions: ${new Date()}`
})
})();
@github-actions run
@github-actions run
(async () => {
await postComment("hello, world");
})();
hello, world
@github-actions run
(async () => {
await postComment(`Time from GitHub Actions: ${new Date()}`)
})();
@github-actions run
Testing https://github.com/nwtgck/actions-comment-run/