8000 [FE] 디스코드 알림 yml 수정 by greetings1012 · Pull Request #1153 · woowacourse-teams/2024-coduo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[FE] 디스코드 알림 yml 수정 #1153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/fe_review_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
DISCORD_WEBHOOK_URL: ${{ secrets.FE_SLACK_WEB_HOOK }}
steps:
- name: Extract receiver list
id: extract_receiver_list
Expand All @@ -29,5 +31,5 @@ jobs:
- name: Discord Message
uses: discord-actions/message@v2
with:
webhookUrl: ${{secrets.FE_SLACK_WEB_HOOK}};
webhookUrl: ${{ env.DISCORD_WEBHOOK_URL }}
message: "👑${{steps.extract_receiver_list.outputs.requester}}👑 PR이 도착했습니다. \n↓↓↓\n\n⚡⚡⚡⚡⚡⚡⚡⚡⚡\n*⚡[${{steps.extract_receiver_list.outputs.requester}}](${{github.event.pull_request.html_url}}) 혼구멍 내러가기~>⚡* \n⚡⚡⚡⚡⚡⚡⚡⚡⚡\n\n _혼내줄 사람들: ${{steps.extract_receiver_list.outputs.names}}_ \n"
Loading
0