Skip to content

Commit

Permalink
Try to fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Oct 16, 2023
1 parent a19df7c commit e7287c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
client-payload: |-
{
"target-bridge-version": ${{ toJSON(github.sha) }},
"pr-reviewers": ${{ toJSON(github.triggerring_actor && github.triggerring_actor || "t0yv0") }},
"pr-reviewers": ${{ toJSON( github.triggering_actor || 't0yv0' ) }},
"pr-description": "This PR was created to test a pulumi/pulumi-terraform-bridge feature. DO NOT MERGE.",
"automerge": false
}
Expand Down

0 comments on commit e7287c3

Please sign in to comment.