Skip to content

Commit

Permalink
Fix syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Sep 25, 2023
1 parent fd817cd commit e1b0ad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
bridged: true
provider_name: ${{ github.event.inputs.provider_name }}
automerge: ${{ github.event.inputs.automerge }} == 'true'
automerge: ${{ github.event.inputs.automerge == 'true' }}
caller_workflow: "update-workflows-single-bridged-provider"

0 comments on commit e1b0ad3

Please sign in to comment.