We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da3348 commit bc2177dCopy full SHA for bc2177d
.github/workflows/version-controller.yml
@@ -60,7 +60,7 @@ jobs:
60
id: add_modules
61
run: |
62
ls -la
63
- git submodule add -b ${{ steps.determine_branch.outputs.current_branch }} https://github.com/JuanVilla424/scripts.git
+ git submodule add --force -b ${{ steps.determine_branch.outputs.current_branch }} https://github.com/JuanVilla424/scripts.git
64
# - name: Run Changelog Generator
65
# id: run_changelog
66
# run: |
0 commit comments