You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,8 +191,11 @@ You can inspect the payload with the following step.
191
191
run: echo "$PAYLOAD_CONTEXT"
192
192
```
193
193
194
-
### Reacting to the comment on completion
194
+
### Responding to the comment on command completion
195
195
196
+
Using [create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) action there are a number of ways you can respond to the comment once the command has completed.
197
+
198
+
The simplest response is to add a :hooray: reaction to the comment.
0 commit comments