Skip to content

Commit 7dd5baa

Browse files
committed
up autoUpSubmodule 2022-10-01
1 parent f9dda2e commit 7dd5baa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/autoUpSubmodule.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: Update submodule
2020
run: |
2121
git submodule update --init --recursive --remote
22-
# - name: Commit changes
23-
# uses: stefanzweifel/git-auto-commit-action@v4
24-
# with:
25-
# commit_message: "Auto Update Submodule"
26-
- name: Push changes
27-
uses: ad-m/github-push-action@master
28-
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
30-
branch: ${{ github.ref }}
22+
# - name: Push changes
23+
# uses: ad-m/github-push-action@master
24+
# with:
25+
# github_token: ${{ secrets.GITHUB_TOKEN }}
26+
# branch: ${{ github.ref }}
27+
- name: Commit changes
28+
uses: stefanzweifel/git-auto-commit-action@v4
29+
with:
30+
commit_message: "Auto Update Submodule"

0 commit comments

Comments
 (0)