Skip to content

feat(init): 优化初始化流程,集成 OpenSpec 并自动下载技能 #22

feat(init): 优化初始化流程,集成 OpenSpec 并自动下载技能

feat(init): 优化初始化流程,集成 OpenSpec 并自动下载技能 #22

name: Discord Notification
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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 }}