We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a81b41 commit 5b80dbbCopy full SHA for 5b80dbb
.github/workflows/build-dev.yml
@@ -44,7 +44,7 @@ jobs:
44
- name:
45
Revert to pinned versions of submodules except for
46
submodule_path_regex
47
- run: npm run _sync -- ${{ inputs.submodule_path_regex }}
+ run: npm run _pin -- ${{ inputs.submodule_path_regex }}
48
49
- run: npm run log:test-and-fix
50
continue-on-error: true
0 commit comments