Skip to content

Commit

Permalink
fix, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 3, 2024
1 parent c49b61d commit 781b1d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs-preview-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ jobs:

- name: Find comment
id: fc
# if: steps.push.outcome == 'success'
uses: peter-evans/find-comment@v3
with:
token: ${{ secrets.COMMENTER_TOKEN }}
repository: ${{ github.event.client_payload.repo }}
issue-number: ${{ github.event.client_payload.pr }}
comment-author: 'github-actions[bot]'
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_

- name: Create comment
if: steps.fc.outputs.comment-id == ''
Expand Down

0 comments on commit 781b1d0

Please sign in to comment.