Skip to content

Commit 781b1d0

Browse files
committed
fix, hopefully
1 parent c49b61d commit 781b1d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ jobs:
4343

4444
- name: Find comment
4545
id: fc
46-
# if: steps.push.outcome == 'success'
4746
uses: peter-evans/find-comment@v3
4847
with:
4948
token: ${{ secrets.COMMENTER_TOKEN }}
5049
repository: ${{ github.event.client_payload.repo }}
5150
issue-number: ${{ github.event.client_payload.pr }}
52-
comment-author: 'github-actions[bot]'
53-
body-includes: Build output
51+
comment-author: 'Rich-Harris' # it's using my personal access token, not sure if there's a way to comment as a bot instead
52+
body-includes: _this is an automated message_
5453

5554
- name: Create comment
5655
if: steps.fc.outputs.comment-id == ''

0 commit comments

Comments
 (0)