Skip to content

Commit 5b80dbb

Browse files
authoredNov 8, 2024··
[CI] Fix script name in build-dev workflow (#5562)
1 parent 8a81b41 commit 5b80dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name:
4545
Revert to pinned versions of submodules except for
4646
submodule_path_regex
47-
run: npm run _sync -- ${{ inputs.submodule_path_regex }}
47+
run: npm run _pin -- ${{ inputs.submodule_path_regex }}
4848

4949
- run: npm run log:test-and-fix
5050
continue-on-error: true

0 commit comments

Comments
 (0)
Please sign in to comment.