Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#311)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit aa3a0b3490406ade91b3006cf231c45928df6376.
  • Loading branch information
pulumi-bot committed Jan 17, 2024
1 parent b880ea8 commit 3a11e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
if: github.event_name == 'repository_dispatch'
uses: pulumi/pulumi-upgrade-provider-action@v0.0.11
with:
kind: ${{ inputs.kind }}
kind: ${{ github.event.client_payload.kind || 'bridge' }}
email: bot@pulumi.com
username: pulumi-bot
automerge: ${{ github.event.client_payload.automerge }}
Expand Down

0 comments on commit 3a11e82

Please sign in to comment.