mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-16 14:59:32 +08:00
git基本配置
This commit is contained in:
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -23,6 +23,8 @@ jobs:
|
||||
- name: 推送
|
||||
run: |
|
||||
if ! git diff --quiet --exit-code || [ -n "$(git status --porcelain)" ]; then
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "actions@github.com"
|
||||
git add .
|
||||
git commit -m "Update by GitHub Actions"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user