Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Sep 9, 2024
1 parent f6f7441 commit 5c8fc80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-upstream-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ 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 --repo-path=.
upgrade-provider "$REPO" --kind=check-upstream-version
env:
REPO: ${{ github.repository }}
shell: bash
Expand Down

0 comments on commit 5c8fc80

Please sign in to comment.