mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
21 lines
503 B
YAML
21 lines
503 B
YAML
name: Mirror to Tencent Code
|
|
|
|
on:
|
|
push:
|
|
delete:
|
|
|
|
jobs:
|
|
sync:
|
|
timeout-minutes: 30
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 0
|
|
- name: mirror-repository
|
|
uses: spyoungtech/mirror-action@v0.4.3
|
|
with:
|
|
REMOTE: 'https://git.code.tencent.com/Tencent_Open_Source/ScriptX.git'
|
|
GIT_USERNAME: ${{ secrets.TENCENT_CODE_GIT_USERNAME }}
|
|
GIT_PASSWORD: ${{ secrets.TENCENT_CODE_GIT_PASSWORD }}
|