Autosave: 2023-01-21 13:48:23
This commit is contained in:
parent
bf727942bc
commit
e983163885
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ if [ "$CHANGES_EXIST" -eq 0 ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
git pull >/dev/null 2>&1
|
||||
git pull -q
|
||||
git add .
|
||||
git commit -q -m "Autosave: $(date +"%Y-%m-%d %H:%M:%S")"
|
||||
git push
|
||||
git push -q
|
||||
|
|
Loading…
Add table
Reference in a new issue