From 5751c334d49c993940db10b80cde194dd5b82f33 Mon Sep 17 00:00:00 2001 From: KIM MIN WOO <79193811+minwoo1999@users.noreply.github.com> Date: Sun, 26 May 2024 13:06:16 +0900 Subject: [PATCH] Update CICD.yml --- .github/workflows/CICD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 5252476..0d4be9b 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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/discord-webhook@v5.3.0 with: webhook-url: ${{ secrets.DISCORD_WEBHOOK }} content: ${{ steps.set_message.outputs.message }} +