Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Jan 17, 2024
1 parent 1e25691 commit d280d0a
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/[email protected]
with:
kind: ${{ inputs.kind }}
kind: ${{ github.event.client_payload.kind || 'bridge' }}
email: [email protected]
username: pulumi-bot
automerge: ${{ github.event.client_payload.automerge }}
Expand Down

0 comments on commit d280d0a

Please sign in to comment.