Skip to content

13 mong3125

13 mong3125 #44

Workflow file for this run

name: PR to Discord
on:
pull_request_target:
types: [opened, reopened]
jobs:
PR:
runs-on: ubuntu-latest
steps:
- uses: Munbin-Lee/PR-to-Discord@main
with:
discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}