Skip to content

Commit

Permalink
Update CICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo1999 authored May 26, 2024
1 parent 16b9c64 commit 5751c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ jobs:
steps:
- name: Set Deployment Message
id: set_message
run: echo "๐Ÿš€ ::set-output name=message::${{ github.run_number }}๋ฒˆ์งธ ํ”„๋กœ์ ํŠธ๊ฐ€ ์ •์ƒ์ ์œผ๋กœ ๋ฐฐํฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค! ์ตœ์‹ ํ™” ํ™•์ธ์„ ์œ„ํ•ด์„œ [์—ฌ๊ธฐ](http://43.202.187.4/swagger-ui/index.html)๋กœ ์ด๋™ํ•ด์ฃผ์„ธ์š”."
run: echo "::set-output name=message::๐Ÿš€${{ github.run_number }}๋ฒˆ์งธ ํ”„๋กœ์ ํŠธ๊ฐ€ ์ •์ƒ์ ์œผ๋กœ ๋ฐฐํฌ๋˜์—ˆ์Šต๋‹ˆ๋‹ค! ์ตœ์‹ ํ™” ํ™•์ธ์„ ์œ„ํ•ด์„œ [์—ฌ๊ธฐ](http://43.202.187.4/swagger-ui/index.html)๋กœ ์ด๋™ํ•ด์ฃผ์„ธ์š”."
- name: Discord Webhook Action
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
content: ${{ steps.set_message.outputs.message }}


0 comments on commit 5751c33

Please sign in to comment.