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 f9dda2e commit 7dd5baaCopy full SHA for 7dd5baa
.github/workflows/autoUpSubmodule.yml
@@ -19,12 +19,12 @@ jobs:
19
- name: Update submodule
20
run: |
21
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 }}
+# - name: Push changes
+# uses: ad-m/github-push-action@master
+# with:
+# github_token: ${{ secrets.GITHUB_TOKEN }}
+# branch: ${{ github.ref }}
+ - name: Commit changes
+ uses: stefanzweifel/git-auto-commit-action@v4
+ with:
+ commit_message: "Auto Update Submodule"
0 commit comments