1
All checks were successful
sr-sync-to-github / build (push) Successful in 1m28s
All checks were successful
sr-sync-to-github / build (push) Successful in 1m28s
This commit is contained in:
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user