Skip to content

fix(util/gconv): fix missing minus in string to int64 conversion (#3920) #41

fix(util/gconv): fix missing minus in string to int64 conversion (#3920)

fix(util/gconv): fix missing minus in string to int64 conversion (#3920) #41

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"