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