Skip to content

build(deps): bump actions/checkout from 3 to 4 (#22) #52

build(deps): bump actions/checkout from 3 to 4 (#22)

build(deps): bump actions/checkout from 3 to 4 (#22) #52

Workflow file for this run

name: Sync repo
on:
push:
branches:
- main
jobs:
gitee:
name: Sync to Gitee
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push
uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://gitee.com/YDX-2147483647/BIT-enhanced.git
target-username: YDX-2147483647
target-token: ${{ secrets.GITEE_TOKEN }}