add continue-on-error

This commit is contained in:
Ludy87 2025-06-21 23:39:39 +02:00
parent 4a0689f049
commit 73ff2f3d1c
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -155,6 +155,7 @@ jobs:
- name: Post comment on PR if needed - name: Post comment on PR if needed
if: steps.actor.outputs.is_repo_dev == 'true' if: steps.actor.outputs.is_repo_dev == 'true'
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
continue-on-error: true
with: with:
github-token: ${{ steps.setup-bot.outputs.token }} github-token: ${{ steps.setup-bot.outputs.token }}
script: | script: |