1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 09:48:20 +08:00

Add: Coding Mirror (#2411)

* Add: Coding Mirror

* Fix: Coding mirror
This commit is contained in:
18870
2023-03-28 16:24:52 +08:00
committed by GitHub
parent 0865ef882d
commit 5c3e82c059

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"