Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 4, 2023
1 parent 07dc0e9 commit 9fabd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pr_comment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
GH_TOKEN: ${{ github.token }}

- name: Add new comment
if: steps.update.outcome != 'success' || inputs.update_comment == 'false'
if: steps.update.outcome != 'success' || inputs.update_comment == false
shell: bash
run: |
gh pr comment ${{github.event.number}} \
Expand Down

0 comments on commit 9fabd0e

Please sign in to comment.