We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32769f5 commit 1f29aeaCopy full SHA for 1f29aea
1 file changed
.github/workflows/deploy.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
args: |
23
🚀 **[undefined.dev](https://un-defined.dev) 배포 시작!**
24
+ - 🔗 [Workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
25
26
- name: Checkout Repository
27
uses: actions/checkout@v4
@@ -58,6 +59,7 @@ jobs:
58
59
🚀 **[undefined.dev](https://un-defined.dev) 배포 완료!**
60
- 브랜치: `main`
61
- ⏱ 소요 시간: `${{ env.ELAPSED_TIME }}`초
62
63
64
- name: Send Discord Notification (Failed)
65
uses: Ilshidur/action-discord@master
@@ -70,3 +72,4 @@ jobs:
70
72
71
73
- 상태: ❌ 실패
74
75
0 commit comments