We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaa32d commit db217e4Copy full SHA for db217e4
.github/workflows/ci.yml
@@ -60,13 +60,24 @@ jobs:
60
61
- name: Test create commit comment
62
uses: ./
63
+ id: cc
64
with:
65
body: |
66
This is a multi-line test comment
67
- With GitHub **Markdown** :sparkles:
68
- Created by [commit-comment][1]
69
70
[1]: https://github.com/peter-evans/commit-comment
71
+ # reactions: '+1'
72
+
73
+ - name: Test update commit comment
74
+ uses: ./
75
+ with:
76
+ comment-id: ${{ steps.cc.outputs.comment-id }}
77
+ body: |
78
+ **Edit:** Some additional info
79
+ # reactions: eyes
80
+ # reactions-edit-mode: replace
81
82
package:
83
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments