Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

🎨 (remote-tracing): Simplify disabled Span to inline equivalent imp… #9

🎨 (remote-tracing): Simplify disabled Span to inline equivalent imp…

🎨 (remote-tracing): Simplify disabled Span to inline equivalent imp… #9

Workflow file for this run

on: [push, workflow_dispatch]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitlab.com/opensound-org/tracing-core-x.git'
REMOTE_NAME: gitlab
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitee.com/opensound-org/tracing-core-x.git'
REMOTE_NAME: gitee
GIT_USERNAME: czy29
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}