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:
15
.github/workflows/coding_mirror.yml
vendored
Normal file
15
.github/workflows/coding_mirror.yml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user