docs(tml-docs-spec-generate): 将图解生成工具从PlantUML切换为QuickChart #15
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
| name: Discord Notification | |
| on: | |
| push: | |
| branches: [ "master" ] | |
| pull_request: | |
| branches: [ "master" ] | |
| jobs: | |
| notify: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 2 # Required for calculating code changes | |
| - name: Send Discord Notification | |
| uses: Time-Machine-Lab/TML-Github_Actions/actions/discord-github-notify@main | |
| with: | |
| webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} |