Skip to content

Commit

Permalink
👷 fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 18, 2024
1 parent ded2476 commit 5873968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cybersource-release-poll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: 'ubuntu-latest'
needs:
- 'check_version'
if: ${{ needs.check_version.outputs.should_create_pr }}
if: ${{ needs.check_version.outputs.should_create_pr == 'true' }}
env:
latest_version: '${{ needs.check_version.outputs.latest_version }}'
branch_name: '${{ needs.check_version.outputs.branch_name }}'
Expand Down

0 comments on commit 5873968

Please sign in to comment.