Skip to content

Commit 9c76f19

Browse files
authored
Update GitHub Actions workflows. (#360)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit aa3a0b3490406ade91b3006cf231c45928df6376.
1 parent ab972af commit 9c76f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upgrade-bridge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: github.event_name == 'repository_dispatch'
6868
uses: pulumi/pulumi-upgrade-provider-action@v0.0.11
6969
with:
70-
kind: ${{ inputs.kind }}
70+
kind: ${{ github.event.client_payload.kind || 'bridge' }}
7171
email: bot@pulumi.com
7272
username: pulumi-bot
7373
automerge: ${{ github.event.client_payload.automerge }}

0 commit comments

Comments
 (0)