mirror of
https://github.com/benjaminjacobreji/standardnotes-extensions.git
synced 2026-02-12 07:06:02 +08:00
Update update-extensions.yml
This commit is contained in:
committed by
GitHub
parent
71abd4e3e7
commit
2f8d217f76
2
.github/workflows/update-extensions.yml
vendored
2
.github/workflows/update-extensions.yml
vendored
@@ -39,6 +39,8 @@ jobs:
|
||||
- name: Commit Changes
|
||||
shell: bash
|
||||
run: |
|
||||
git config --global user.name '${{ github.actor }}'
|
||||
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
|
||||
git status
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add -A
|
||||
|
||||
Reference in New Issue
Block a user