Skip to content

Commit a0f67c0

Browse files
committed
feat: creating comment in PRs and issues for test purposes
1 parent 7461486 commit a0f67c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858
uses: ./
5959
with:
6060
milliseconds: 2000
61+
script: |
62+
github.rest.issues.createComment({
63+
issue_number: context.issue.number,
64+
owner: context.repo.owner,
65+
repo: context.repo.repo,
66+
body: 'This is a sample comment posting from jaychang99's github action!'
67+
})
6168
6269
- name: Print Output
6370
id: output

0 commit comments

Comments
 (0)