Skip to content

Commit 824c268

Browse files
authored
Update GitHub Actions workflows. (#4434)
This PR was automatically generated by the update-workflows-single-bridged-provider workflow in the pulumi/ci-mgmt repo, from commit 8ebca7df53ed65258b4c2cf72e64228d65109d6c.
1 parent d5c2cda commit 824c268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-upstream-upgrade.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
shell: bash
2828
- name: Run upgrade-provider upstream check
2929
id: upstream_version
30+
# Using --repo-path=. skips git pull steps since the Checkout Repo steps has done those.
3031
run: |
31-
upgrade-provider "$REPO" --kind=check-upstream-version
32+
upgrade-provider "$REPO" --kind=check-upstream-version --repo-path=.
3233
env:
3334
REPO: ${{ github.repository }}
3435
shell: bash

0 commit comments

Comments
 (0)