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 c49b61d commit 781b1d0Copy full SHA for 781b1d0
.github/workflows/docs-preview-create.yml
@@ -43,14 +43,13 @@ jobs:
43
44
- name: Find comment
45
id: fc
46
- # if: steps.push.outcome == 'success'
47
uses: peter-evans/find-comment@v3
48
with:
49
token: ${{ secrets.COMMENTER_TOKEN }}
50
repository: ${{ github.event.client_payload.repo }}
51
issue-number: ${{ github.event.client_payload.pr }}
52
- comment-author: 'github-actions[bot]'
53
- body-includes: Build output
+ comment-author: 'Rich-Harris' # it's using my personal access token, not sure if there's a way to comment as a bot instead
+ body-includes: _this is an automated message_
54
55
- name: Create comment
56
if: steps.fc.outputs.comment-id == ''
0 commit comments