Skip to content

Commit

Permalink
up autoUpSubmodule 2022-10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 1, 2022
1 parent f9dda2e commit 7dd5baa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/autoUpSubmodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Update submodule
run: |
git submodule update --init --recursive --remote
# - name: Commit changes
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: "Auto Update Submodule"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
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 comments on commit 7dd5baa

Please sign in to comment.