Skip to content

Commit

Permalink
Update released-app-distribution.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Mar 11, 2024
1 parent 7686079 commit 18f66f8
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/released-app-distribution.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Released-App-Distribution
on:
pull_request:
push:
branches:
- 'release'

Expand Down Expand Up @@ -89,23 +89,23 @@ jobs:
}
]
# - name: Send Failure Message
# if: ${{ failure() }}
# uses: Ilshidur/action-discord@0.3.2
# env:
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
# DISCORD_USERNAME: WAPP_BOT
# DISCORD_AVATAR: https://github.com/pknu-wap/WAPP/blob/main/image/icon.png?raw=true
# DISCORD_EMBEDS: |
# [
# {
# "author": {
# "name": "WAPP Release",
# "url": "https://github.com/pknu-wap/WAPP/blob/main/image/icon.png?raw=true",
# "icon_url": "https://github.com/pknu-wap/WAPP/blob/main/image/icon.png?raw=true"
# },
# "title": "릴리즈 실패, 누가 이렇게 하래. 😭😭",
# "color": 13458524,
# "description": "다시 릴리즈 해오세요. 삐빅"
# }
# ]
- name: Send Failure Message
if: ${{ failure() }}
uses: Ilshidur/action-discord@0.3.2
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USERNAME: WAPP_BOT
DISCORD_AVATAR: https://github.com/pknu-wap/WAPP/blob/main/image/icon.png?raw=true
DISCORD_EMBEDS: |
[
{
"author": {
"name": "WAPP Release",
"url": "https://github.com/pknu-wap/WAPP/blob/main/image/icon.png?raw=true",
"icon_url": "https://github.com/pknu-wap/WAPP/blob/main/image/icon.png?raw=true"
},
"title": "릴리즈 실패, 누가 이렇게 하래. 😭😭",
"color": 13458524,
"description": "다시 릴리즈 해오세요. 삐빅"
}
]

0 comments on commit 18f66f8

Please sign in to comment.