[projects] 新增项目:北京理工大学-本科-人工智能专业-变得更强秘籍 (#134) #80
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: Sync repo | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
gitee: | |
name: Sync to Gitee | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Push | |
uses: wangchucheng/[email protected] | |
with: | |
target-url: https://gitee.com/YDX-2147483647/best-of-bits.git | |
target-username: YDX-2147483647 | |
target-token: ${{ secrets.GITEE_TOKEN }} |