-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub Actions workflows. (#399)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 4372b1f696203493bd59ca973e67a90cfc24460a. --------- Co-authored-by: Ian Wahbe <[email protected]>
- Loading branch information
1 parent
8b75d60
commit a585594
Showing
6 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,11 @@ on: | |
- upgrade-bridge | ||
workflow_dispatch: | ||
inputs: | ||
kind: | ||
description: Overrides the kind of upgrade. Must be one of `all`, `bridge`, `provider`, `code`, `pf`, or `pulumi`. | ||
required: false | ||
type: string | ||
default: "bridge" | ||
target-bridge-version: | ||
description: pulumi-terraform-bridge version or hash reference | ||
required: false | ||
|
@@ -50,7 +55,7 @@ jobs: | |
if: github.event_name == 'workflow_dispatch' | ||
uses: pulumi/[email protected] | ||
with: | ||
kind: bridge | ||
kind: ${{ inputs.kind }} | ||
email: [email protected] | ||
username: pulumi-bot | ||
automerge: ${{ inputs.automerge }} | ||
|
@@ -62,7 +67,7 @@ jobs: | |
if: github.event_name == 'repository_dispatch' | ||
uses: pulumi/[email protected] | ||
with: | ||
kind: bridge | ||
kind: ${{ inputs.kind }} | ||
email: [email protected] | ||
username: pulumi-bot | ||
automerge: ${{ github.event.client_payload.automerge }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters