fix: trace关联的errors详情只显示相关trace的error详情 #1540
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirror to Giltab | |
on: [push, delete, create] | |
jobs: | |
to_gitlab: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: yesolutions/[email protected] | |
with: | |
REMOTE: '${{ secrets.GITLAB_ADDER }}/cicd/masa.tsc.git' | |
GIT_USERNAME: ${{ secrets.GIT_USERNAME }} | |
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} |