Skip to content

Commit

Permalink
Do not fail publish on forks (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Sep 27, 2023
1 parent f40a4eb commit eb8e398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
- name: Create comment
uses: peter-evans/create-or-update-comment@46da6c0d98504aed6fc429519a258b951f23f474
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
continue-on-error: true
with:
issue-number: ${{ github.event.number }}
body-path: 'output/comment.md'
Expand Down

0 comments on commit eb8e398

Please sign in to comment.