Skip to content

Commit

Permalink
JSON fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Oct 16, 2023
1 parent b6edb34 commit a19df7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
event-type: upgrade-bridge
client-payload: |-
{
{"target-bridge-version": ${{ toJSON(github.sha) }} },
{"pr-reviewers": ${{ toJSON(github.triggerring_actor) }} },
{"pr-description": "This PR was created to test a pulumi/pulumi-terraform-bridge feature. DO NOT MERGE.",
{"automerge": false}
"target-bridge-version": ${{ toJSON(github.sha) }},
"pr-reviewers": ${{ toJSON(github.triggerring_actor && github.triggerring_actor || "t0yv0") }},
"pr-description": "This PR was created to test a pulumi/pulumi-terraform-bridge feature. DO NOT MERGE.",
"automerge": false
}
strategy:
fail-fast: false
Expand Down

0 comments on commit a19df7c

Please sign in to comment.