Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Sep 5, 2024
1 parent d5c2cda commit 162b3f0
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 162b3f0

Please sign in to comment.