mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-09 15:09:02 +00:00
use name env var in workflow
This commit is contained in:
parent
2902e33d11
commit
c36dc27637
3
repo/.github/workflows/update-parents.yml
vendored
3
repo/.github/workflows/update-parents.yml
vendored
@ -4,7 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
@ -24,4 +23,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: repo'
|
commit_message: 'update submodule: ${{ github.event.repository.name }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user