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

Delete coding_mirror.yml

This commit is contained in:
Zuosizhu
2023-04-01 12:39:18 +08:00
committed by GitHub
parent 35171ff783
commit add72944aa

View File

@@ -1,15 +0,0 @@
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"