Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#454)
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 6eed05751ff69ae8a0914853dd91bee74dc7f0bb.
  • Loading branch information
pulumi-bot authored Dec 13, 2023
1 parent bcf6085 commit 9e7edb2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check-upstream-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
- name: "Set up git identity: email"
run: git config --global user.email [email protected]
shell: bash
- name: "Tell us the repository"
run: echo $GITHUB_REPOSITORY
shell: bash
- name: Run upgrade-provider upstream check
id: upstream_version
run: |
upgrade-provider $GITHUB_REPOSITORY --kind=check-upstream-version
upgrade-provider "$REPO" --kind=check-upstream-version
env:
REPO: ${{ github.repository }}
shell: bash
- name: Send Check Version Failure To Slack
if: failure()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Call upgrade provider action
if: github.event_name == 'workflow_dispatch'
uses: pulumi/[email protected].10
uses: pulumi/[email protected].11
with:
kind: bridge
email: [email protected]
Expand All @@ -60,7 +60,7 @@ jobs:
pr-description: ${{ inputs.pr-description }}
- name: Call upgrade provider action
if: github.event_name == 'repository_dispatch'
uses: pulumi/[email protected].10
uses: pulumi/[email protected].11
with:
kind: bridge
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected].10
uses: pulumi/[email protected].11
with:
kind: all
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ci-mgmt: .ci-mgmt.yaml
--config $<

.pulumi/bin/pulumi: .pulumi/version
curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(cat .pulumi/version)
curl -fsSL https://get.pulumi.com | HOME=$(WORKING_DIR) sh -s -- --version $(shell cat .pulumi/version)

# Compute the version of Pulumi to use by inspecting the Go dependencies of the provider.
.pulumi/version:
Expand Down

0 comments on commit 9e7edb2

Please sign in to comment.