Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Sep 5, 2024
1 parent a8db4f8 commit 9a7eb1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
name: upgrade-provider
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup tools
uses: ./.github/actions/setup-tools
with:
tools: pulumictl, pulumicli, go, node, dotnet, python, java
- name: Call upgrade provider action
if: github.event_name == 'workflow_dispatch'
uses: pulumi/[email protected]
Expand Down

0 comments on commit 9a7eb1e

Please sign in to comment.