Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#4434)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-single-bridged-provider workflow in the pulumi/ci-mgmt
repo, from commit 8ebca7df53ed65258b4c2cf72e64228d65109d6c.
  • Loading branch information
pulumi-bot authored Sep 5, 2024
1 parent d5c2cda commit 824c268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-upstream-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
shell: bash
- name: Run upgrade-provider upstream check
id: upstream_version
# Using --repo-path=. skips git pull steps since the Checkout Repo steps has done those.
run: |
upgrade-provider "$REPO" --kind=check-upstream-version
upgrade-provider "$REPO" --kind=check-upstream-version --repo-path=.
env:
REPO: ${{ github.repository }}
shell: bash
Expand Down

0 comments on commit 824c268

Please sign in to comment.