fix:修复文档中action API的描述错误,并修复action造成的drawer list 表格文字显示与操作栏没对齐的问题 #1285
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: 🔀 Sync mirror to Vercel | |
# on: | |
# push: | |
# branches: | |
# - master | |
# jobs: | |
# mirror: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: mirror actions | |
# continue-on-error: true | |
# uses: wearerequired/git-mirror-action@v1 | |
# env: | |
# SSH_PRIVATE_KEY: ${{ secrets.FORK_PRIVATE_KEY }} | |
# with: | |
# source-repo: 'https://github.com/alibaba/x-render.git' | |
# destination-repo: 'git@github.com:siyi98/x-render.git' | |