Skip to content

Commit

Permalink
Remove --remote from git submodule update cmd
Browse files Browse the repository at this point in the history
- Seems to be the reason it's checking out the wrong submodule commits
  • Loading branch information
poltak committed Feb 8, 2024
1 parent f1fab6b commit 630dd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Pull submodules
run: git submodule update --init --recursive --remote --checkout
run: git submodule update --init --recursive

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
Expand Down

0 comments on commit 630dd1b

Please sign in to comment.