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:
|
||||
on:
|
||||
schedule:
|
||||
- cron: '15 */5 * * *'
|
||||
- cron: '0 */3 * * *'
|
||||
push:
|
||||
jobs:
|
||||
build:
|
||||
@@ -21,8 +21,8 @@ jobs:
|
||||
git checkout master
|
||||
rm -rf src
|
||||
rm -rf README
|
||||
mv -r ../azurlane-sr/src .
|
||||
mv -r ../azurlane-sr/README .
|
||||
mv ../azurlane-sr/src .
|
||||
mv ../azurlane-sr/README .
|
||||
git config --local user.email Cheshire[bot]@users.noreply.github.com
|
||||
git config --local user.name 柴郡[bot]
|
||||
git add .
|
||||
|
||||
Reference in New Issue
Block a user