Skip to content

Commit 0576004

Browse files
author
bowenislandsong
committed
f
1 parent 66fa209 commit 0576004

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/flake-analyzer-periodics.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
with:
2626
name: flake-report-${{ github.run_id }}
2727
path: ${{ github.workspace }}/flake-analyzer/report/artifacts/*
28-
- name: Comment PR
29-
uses: thollander/actions-comment-pull-request@master
28+
- name: Comment a pull_request
29+
uses: mb2dev/github-action-comment-pull-request@1.0.0
3030
with:
31-
message: 'Example of message !'
31+
message: "Hello, It's my first comment with Github action !"
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
reactions: "+1 | -1 | laugh | hooray | confused | heart | rocket | eyes"

0 commit comments

Comments
 (0)