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 de4005f commit bdb77b2Copy full SHA for bdb77b2
1 file changed
.github/workflows/sub-module.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
16
17
- name: Pull all submodule
18
- run: git submodule update --remote --merge
+ run: git submodule update --init --recursive
19
20
- name: Setup Git
21
run: |
@@ -29,8 +29,9 @@ jobs:
29
30
git submodule update --remote --merge
31
32
- - name: Create pull request
+ - name: Create branch
33
34
git add .
35
git commit -m "Sync submodules - Updated submodules" || echo "No changes to commit"
36
git push origin submodule-sync-${{ github.sha }}
37
+
0 commit comments