mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-19 04:49:13 +08:00
17 lines
472 B
YAML
17 lines
472 B
YAML
name: 同步到 Gitee
|
|
on: [push, workflow_dispatch]
|
|
jobs:
|
|
sync:
|
|
name: 同步到 Gitee
|
|
if: ${{ github.repository == 'bin456789/reinstall' }}
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: Yikun/hub-mirror-action@v1.3
|
|
with:
|
|
src: github/bin456789
|
|
dst: gitee/bin456789
|
|
static_list: "reinstall"
|
|
force_update: true
|
|
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
|
|
dst_token: ${{ secrets.GITEE_TOKEN }}
|