Skip to content

Commit 1f29aea

Browse files
committed
chore: 파이프라인에 깃허브 링크 추가
1 parent 32769f5 commit 1f29aea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
args: |
2323
🚀 **[undefined.dev](https://un-defined.dev) 배포 시작!**
24+
- 🔗 [Workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
2425
2526
- name: Checkout Repository
2627
uses: actions/checkout@v4
@@ -58,6 +59,7 @@ jobs:
5859
🚀 **[undefined.dev](https://un-defined.dev) 배포 완료!**
5960
- 브랜치: `main`
6061
- ⏱ 소요 시간: `${{ env.ELAPSED_TIME }}`초
62+
- 🔗 [Workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
6163
6264
- name: Send Discord Notification (Failed)
6365
uses: Ilshidur/action-discord@master
@@ -70,3 +72,4 @@ jobs:
7072
- 브랜치: `main`
7173
- 상태: ❌ 실패
7274
- ⏱ 소요 시간: `${{ env.ELAPSED_TIME }}`초
75+
- 🔗 [Workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})

0 commit comments

Comments
 (0)