pull/45/head
qist 12 months ago
parent 722053730e
commit ceb6a9f28a

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
timezone: "Asia/Shanghai"
time: "07:00"
pull-request-branch-name:
separator: "-"

@ -35,7 +35,7 @@ jobs:
git add .
if ! git diff-index --quiet HEAD --; then
git commit -m "潇洒更新 $(date +%Y%m%d%H%M)"
git push -f origin main
git push -f origin master
else
echo "没有文件更新,不执行 git push"
fi
Loading…
Cancel
Save