Upd: Remove coding mirroring action

This commit is contained in:
LmeSzinc 2023-06-04 02:48:56 +08:00
parent 9e9adece07
commit 9d05c34752

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"