include commit msg in submodule update

This commit is contained in:
dragonwocky 2021-10-08 15:45:48 +11:00
parent e78d6c2965
commit 579050e349

View File

@ -26,4 +26,4 @@ jobs:
- name: commit changes - name: commit changes
uses: stefanzweifel/git-auto-commit-action@v4 uses: stefanzweifel/git-auto-commit-action@v4
with: with:
commit_message: 'update submodule: ${{ github.event.repository.name }}' commit_message: '[${{ github.event.repository.name }}] ${{ github.event.head_commit.message }}'