mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 12:22:19 +00:00
Update update.yml
This commit is contained in:
@@ -28,8 +28,8 @@ jobs:
|
||||
|
||||
- name: Save
|
||||
run: |
|
||||
git config --global --add safe.directory "*"
|
||||
if [[ `git status --porcelain` ]]; then
|
||||
git config --global --add safe.directory '*'
|
||||
git config user.name "Package Update Checker"
|
||||
git config user.email "<>"
|
||||
git commit -a -m "Automatic Update"
|
||||
|
||||
Reference in New Issue
Block a user