File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments