mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2024-11-25 00:16:52 +01:00
actions: fix action
This commit is contained in:
parent
6e2426051e
commit
ccb71ee09b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backup-img.yml
vendored
2
.github/workflows/backup-img.yml
vendored
|
@ -39,6 +39,6 @@ jobs:
|
|||
cp -frp newimg/ blog_img
|
||||
cd blog_img
|
||||
git add .
|
||||
git commit -m "Auto backup"
|
||||
git commit -m "Auto backup" || echo "Nothing to push"
|
||||
git push --force https://$DEPLOY_KEY@github.com/SouthFox-D/blog_img.git
|
||||
|
||||
|
|
Loading…
Reference in a new issue