Autosave: 2023-01-21 13:48:23

This commit is contained in:
thomasabishop 2023-01-21 13:48:23 +00:00
parent bf727942bc
commit e983163885

View file

@ -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