From e15370bedea38cf7baf0f10c33e233906198eba7 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Fri, 8 Oct 2021 15:42:01 +1100 Subject: [PATCH] include commit msg in submodule update --- repo/.github/workflows/update-parents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/.github/workflows/update-parents.yml b/repo/.github/workflows/update-parents.yml index dc57648..b154975 100644 --- a/repo/.github/workflows/update-parents.yml +++ b/repo/.github/workflows/update-parents.yml @@ -26,4 +26,4 @@ jobs: - name: commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: 'update submodule: ${{ github.event.repository.name }}' + commit_message: '${{ github.event.repository.name }} submodule: ${{ github.event.head_commit.message }}'