diff --git a/.github/workflows/autoUpSubmodule.yml b/.github/workflows/autoUpSubmodule.yml index 5301585dc..7f78ccf96 100644 --- a/.github/workflows/autoUpSubmodule.yml +++ b/.github/workflows/autoUpSubmodule.yml @@ -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 }} \ No newline at end of file +# - 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" \ No newline at end of file