1
All checks were successful
sr-sync-to-github / build (push) Successful in 1m28s

This commit is contained in:
azw
2024-06-26 20:56:29 +08:00
parent 0b08fb8234
commit ebe4dfdc58

View File

@@ -2,7 +2,7 @@ name: sr-sync-to-github
run-name: run-name:
on: on:
schedule: schedule:
- cron: '15 */5 * * *' - cron: '0 */3 * * *'
push: push:
jobs: jobs:
build: build:
@@ -21,8 +21,8 @@ jobs:
git checkout master git checkout master
rm -rf src rm -rf src
rm -rf README rm -rf README
mv -r ../azurlane-sr/src . mv ../azurlane-sr/src .
mv -r ../azurlane-sr/README . mv ../azurlane-sr/README .
git config --local user.email Cheshire[bot]@users.noreply.github.com git config --local user.email Cheshire[bot]@users.noreply.github.com
git config --local user.name 柴郡[bot] git config --local user.name 柴郡[bot]
git add . git add .