Skip to content

Commit

Permalink
chore(ci): remove submodules init from actions/checkout (#118)
Browse files Browse the repository at this point in the history
workflow `check-upstream-upgrade` is consistently failing with error:

```
fatal: remote error: upload-pack: not our ref 0028d0d7d396775e3c57b122bf1ca8f9e5b020e3
Errors during submodule fetch:
	upstream
```

I'm not sure what the problem is but seems to be a conflict between the
steps in the command `upgrade-provider` and the version that
action/checkout gets. The `upgrade-provider` command runs `git submodule
update --force --init` so we can continue using action/checkout without
submodules

Signed-off-by: Oscar Cobles <[email protected]>
  • Loading branch information
ocobles authored Jul 24, 2024
1 parent 6a62758 commit 5b0c65f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-upstream-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
submodules: true
- name: Setup tools
uses: ./.github/actions/setup-tools
with:
Expand Down

0 comments on commit 5b0c65f

Please sign in to comment.