From c36dc27637bb4b9ec42edb2bf12855b0ba4ea15f Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Sun, 3 Oct 2021 22:42:56 +1100 Subject: [PATCH] use name env var in workflow --- repo/.github/workflows/update-parents.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/repo/.github/workflows/update-parents.yml b/repo/.github/workflows/update-parents.yml index 5fcdccc..dcd1dff 100644 --- a/repo/.github/workflows/update-parents.yml +++ b/repo/.github/workflows/update-parents.yml @@ -4,7 +4,6 @@ on: push: branches: - dev - workflow_dispatch: jobs: sync: @@ -24,4 +23,4 @@ jobs: - name: commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: 'update submodule: repo' + commit_message: 'update submodule: ${{ github.event.repository.name }}'