mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +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:
|
||||
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 }}'
|
||||
|
Loading…
Reference in New Issue
Block a user