This commit is contained in:
浪子
2024-12-27 17:28:04 +08:00
parent 11121d17bc
commit 8d9331a1d7
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ jobs:
run: |
cp -r index/* target-repo/
cp -r assets/ target-repo/
cp -r images/ target-repo/
cp -r images/ target-repo/
# 步骤 7: 提交并推送更改到目标仓库
- name: Commit and push changes to target repository
@@ -55,6 +55,6 @@ jobs:
cd target-repo
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git add -f .
git commit -m "Automated commit by GitHub Actions"
git push