mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 08:26:55 +08:00
Upd: Remove coding mirroring action
This commit is contained in:
parent
9e9adece07
commit
9d05c34752
15
.github/workflows/coding_mirror.yml
vendored
15
.github/workflows/coding_mirror.yml
vendored
@ -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"
|
|
Loading…
Reference in New Issue
Block a user