Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): remove submodules init from actions/checkout (#118)
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