Skip to content

Commit

Permalink
Merge pull request #111 from equinix/fix-upgrade-provider-action
Browse files Browse the repository at this point in the history
fixup! set ocobles as default user until we have an Equinix bot
  • Loading branch information
ocobles authored Jul 17, 2024
2 parents da5de92 + c01e4ea commit f5f5972
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/upgrade-provider/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ runs:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
uses: pulumi/actions@v4
- name: Checkout repo
uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/upgrade-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
name: upgrade-provider
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Call upgrade provider action
if: github.event_name == 'workflow_dispatch'
uses: pulumi/[email protected]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
name: upgrade-provider
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
- name: Set pr-assign variable
id: set-pr-assign
run: |
Expand Down

0 comments on commit f5f5972

Please sign in to comment.