Skip to content

Commit bdb77b2

Browse files
committed
update actions
1 parent de4005f commit bdb77b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sub-module.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Pull all submodule
18-
run: git submodule update --remote --merge
18+
run: git submodule update --init --recursive
1919

2020
- name: Setup Git
2121
run: |
@@ -29,8 +29,9 @@ jobs:
2929
run: |
3030
git submodule update --remote --merge
3131
32-
- name: Create pull request
32+
- name: Create branch
3333
run: |
3434
git add .
3535
git commit -m "Sync submodules - Updated submodules" || echo "No changes to commit"
3636
git push origin submodule-sync-${{ github.sha }}
37+

0 commit comments

Comments
 (0)