Skip to content

update github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23… #558

update github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23…

update github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23… #558

Workflow file for this run

on:
push:
branches:
- main
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/go-kratos
dst: gitee/go-kratos
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
account_type: org
timeout: 600
debug: true
force_update: true
static_list: "kratos"