use name env var in workflow

This commit is contained in:
dragonwocky 2021-10-03 22:42:56 +11:00
parent 2902e33d11
commit c36dc27637

View File

@ -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 }}'