Skip to content

Commit

Permalink
fix conditional expression
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jun 9, 2022
1 parent a076dc1 commit 80578df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Update Pull Request
uses: actions/github-script@v6
if: github.event_name == 'pull_request' && ${{ github.event.inputs.PR_MESSAGE }} == true
if: "${{ github.event_name == 'pull_request' && github.event.inputs.PR_MESSAGE == true }}"
env:
LOGPRINT: "${{ steps.test.outputs.container-logs }}"
with:
Expand Down

0 comments on commit 80578df

Please sign in to comment.