Skip to content

Create discord-notification.yml #1

Create discord-notification.yml

Create discord-notification.yml #1

name: Discord Notification
on:
pull_request:
branches: [ "main", "develop" ]
jobs:
message:
runs-on: ubuntu-latest
steps:
- name: Discord Webhook Action
uses: sarisia/actions-status-discord@v1
with:
title: 🔀 Pull Request 🔀
description: "# 빠빰"
content: "<@&1154312160575500298>"
webhook: ${{ secrets.DISCORD_WEBHOOK }}
color: FF0000