Skip to content

Commit 5a679b9

Browse files
committed
refactor: 메세지 형태 수정
1 parent fd8f17d commit 5a679b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/process-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
path: cypress/screenshots
7171

7272
- name: Send Slack Notification on Failure
73-
7473
uses: slackapi/slack-github-action@v1.24.0
74+
7575
with:
7676
payload: |
7777
{
78-
"text": "* FE E2E CI Test *\n\n *Status:* Failure\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>"
78+
"text": "*FE E2E CI Test*\n\n *Status:* Success\n\n📅 *Timestamp (KST):* ${{ env.KST_TIME }}\n\n🔗 *Workflow URL:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Workflow>\n\n🔗 *Commit:* <${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>"
7979
}
8080
env:
8181
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)