1
This commit is contained in:
@@ -22,10 +22,12 @@ jobs:
|
||||
ls -lh
|
||||
git checkout master
|
||||
rm -rf src
|
||||
rm -rf README
|
||||
cp ../azurlane-sr/src .
|
||||
git add src
|
||||
cp ../azurlane-sr/README .
|
||||
git add .
|
||||
git commit -a -m "$(date '+%Y-%m-%d %H:%M:%S')"
|
||||
git push https://x-access-token:${{ secrets.AZW_PHY_GITHUB_TOKEN }}@git.azw.net.cn/${GITHUB_REPOSITORY}.git
|
||||
git push https://x-access-token:${{ secrets.AZW_PHY_GITHUB_TOKEN }}@github.com/Azurlane-HOI-mod/Azurlane-SR.git
|
||||
- name: cleanup
|
||||
run: |
|
||||
rm -rf azurlane-sr
|
||||
|
||||
Reference in New Issue
Block a user