Skip to content

Commit bc2177d

Browse files
committed
style(core): fixed confs [patch candidate]
1 parent 2da3348 commit bc2177d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id: add_modules
6161
run: |
6262
ls -la
63-
git submodule add -b ${{ steps.determine_branch.outputs.current_branch }} https://github.com/JuanVilla424/scripts.git
63+
git submodule add --force -b ${{ steps.determine_branch.outputs.current_branch }} https://github.com/JuanVilla424/scripts.git
6464
# - name: Run Changelog Generator
6565
# id: run_changelog
6666
# run: |

0 commit comments

Comments
 (0)