windows: 使用第二个硬盘 #15
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 同步到 Gitee | |
on: [push, workflow_dispatch] | |
jobs: | |
sync: | |
name: 同步到 Gitee | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Yikun/[email protected] | |
with: | |
src: github/bin456789 | |
dst: gitee/bin456789 | |
static_list: "reinstall" | |
force_update: true | |
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | |
dst_token: ${{ secrets.GITEE_TOKEN }} |