-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a48df0
commit cb9fbfc
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
} | ||
] | ||
} | ||
|