fix(TagInput): suffix is not fixed on the right side in break-line mode
#798
This file contains hidden or 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
| # https://github.com/TDesignOteam/tdesign-projects-action | |
| name: project-pr-trigger | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, closed] | |
| jobs: | |
| project-pr-trigger: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: pr to project | |
| uses: TDesignOteam/tdesign-projects-action@main | |
| env: | |
| GH_TOKEN: ${{ secrets.TDESIGN_BOT_TOKEN }} | |
| PROJECT_TYPE: PR2TRIGGER | |
| PROJECT_ID: 1 |