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 2d8617e commit f45f3e8Copy full SHA for f45f3e8
.github/workflows/docs-preview-create.yml
@@ -45,17 +45,15 @@ jobs:
45
if: steps.push.outcome == 'success'
46
uses: peter-evans/find-comment@v3
47
with:
48
- token: ${{ secrets.COMMENTER_TOKEN }}
49
repository: ${{ github.event.client_payload.repo }}
50
issue-number: ${{ github.event.client_payload.pr }}
51
comment-author: 'github-actions[bot]'
52
body-includes: Build output
53
54
- name: Create comment
55
- if: steps.fc.outputs.comment-id == ''
+ # if: steps.fc.outputs.comment-id == ''
56
uses: peter-evans/create-or-update-comment@v4
57
58
59
60
61
body: |
0 commit comments