mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 08:26:51 +01:00
actions: update action
This commit is contained in:
parent
bce1649f15
commit
62b74bc7c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backup-img.yml
vendored
2
.github/workflows/backup-img.yml
vendored
|
@ -40,6 +40,6 @@ jobs:
|
|||
cp -frp newimg/* blog_img/
|
||||
cd blog_img
|
||||
git add .
|
||||
git diff --exit-code || git commit -am "Auto backup"
|
||||
git diff --exit-code || git commit -m "Auto backup"
|
||||
git push --force https://$DEPLOY_KEY@github.com/SouthFox-D/blog_img.git
|
||||
|
||||
|
|
Loading…
Reference in a new issue