Skip to content

Commit

Permalink
[CHORE] #1 : 이슈 생성 알림 디자인 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino authored Sep 19, 2023
1 parent 0a48df0 commit cb9fbfc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/opend-issue-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Send Issue
uses: Ilshidur/[email protected]
with:
args: "🥳왔어요 왔어~ 새로운 이슈가 왔어요~🥳"
args: "왔어요 왔어~ 새로운 이슈가 왔어요~🥳"
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USERNAME: WAPP_BOT
Expand All @@ -33,16 +33,6 @@ jobs:
"name": "Author",
"value": "${{ github.event.issue.user.login }}",
"inline": true
},
{
"name": "PR Number",
"value": "#${{ github.event.pull_request.number }}",
"inline": true
},
{
"name": "Author",
"value": "${{ github.event.pull_request.user.login }}",
"inline": true
}
]
}
Expand Down

0 comments on commit cb9fbfc

Please sign in to comment.