mirror of
https://github.com/develop202/migu_video.git
synced 2025-12-16 23:09:37 +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: 推送
|
- name: 推送
|
||||||
run: |
|
run: |
|
||||||
if ! git diff --quiet --exit-code || [ -n "$(git status --porcelain)" ]; then
|
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 add .
|
||||||
git commit -m "Update by GitHub Actions"
|
git commit -m "Update by GitHub Actions"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user