1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:29:26 +08:00

Merge branch 'master_lme'

# Conflicts:
#	README.md
#	module/retire/assets.py
#	module/retire/scanner.py
This commit is contained in:
Zuosizhu
2023-03-28 16:50:00 +08:00
14 changed files with 36 additions and 26 deletions

15
.github/workflows/coding_mirror.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
on: [push]
name: Mirror
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'git@e.coding.net:llop18870/alas/AzurLaneAutoScript.git'
GIT_SSH_PRIVATE_KEY: ${{ secrets.CODING_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"