From 579050e349a8855700e7ebc210cc5c748361eb36 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Fri, 8 Oct 2021 15:45:48 +1100 Subject: [PATCH] include commit msg in submodule update --- api/.github/workflows/update-parents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.github/workflows/update-parents.yml b/api/.github/workflows/update-parents.yml index dc57648..974cc03 100644 --- a/api/.github/workflows/update-parents.yml +++ b/api/.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 }}] ${{ github.event.head_commit.message }}'