File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : test
2+ on :
3+ workflow_dispatch :
4+
5+ jobs :
6+ deploy :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Commit Comment
10+ uses : dext7r/commit-comment@main
11+ with :
12+ token : ${{ secrets.GITHUB_TOKEN }}
13+ body : ' This is a test comment.'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This GitHub Action allows you to automatically create a commit comment on a pull
1616
1717 ``` yaml
1818 - name : Commit Comment
19- uses : dext7r/commit-comment-action@v1.0.0
19+ uses : dext7r/commit-comment@main
2020 with :
2121 token : ${{ secrets.GITHUB_TOKEN }}
2222 body : ' This is a test comment.'
4949
5050 steps:
5151 - name: Commit Comment
52- uses: dext7r/commit-comment-action@v1.0.0
52+ uses: dext7r/commit-comment@main
5353 with:
5454 token: ${{ secrets.GITHUB_TOKEN }}
5555 body: 'Hello from GitHub Action!'
Original file line number Diff line number Diff line change 11{
22 "name" : " commit-comment" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " A GitHub Action to commit comment" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments