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 935926a commit 1ccfdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
gh pr comment ${{github.event.number}} \
--repo ${{github.repository}} \
${{ inputs.is_file && '--body-file' || '--body' }} '${{ inputs.body }}' \
${{ inputs.update_comment && '--edit-last' }}
${{ inputs.update_comment && '--edit-last' || '' }}
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 1ccfdb2

Please sign in to comment.