Skip to content

Commit fb93078

Browse files
committed
Update README
1 parent ad64a7f commit fb93078

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,11 @@ You can inspect the payload with the following step.
191191
run: echo "$PAYLOAD_CONTEXT"
192192
```
193193

194-
### Reacting to the comment on completion
194+
### Responding to the comment on command completion
195195

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.
196199
```yml
197200
- name: Add reaction
198201
uses: peter-evans/create-or-update-comment@v1

0 commit comments

Comments
 (0)