Skip to content

build: downgrade fsnotify from v1.8.0 to v1.7.0 to solve data race er… #38

build: downgrade fsnotify from v1.8.0 to v1.7.0 to solve data race er…

build: downgrade fsnotify from v1.8.0 to v1.7.0 to solve data race er… #38

Workflow file for this run

on:
push:
branches:
- master
tags:
- "*"
name: Sync to Gitee
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Mirror GitHub to Gitee
uses: Yikun/[email protected]
with:
src: github/gogf
dst: gitee/johng
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
src_account_type: org
dst_account_type: user
timeout: 600
debug: true
force_update: true
static_list: "gf"