File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,18 +243,4 @@ jobs:
243243 📝 **PR 내용**: ${{ github.event.pull_request.body || '내용이 없습니다.' }}
244244 🚀 **GitHub Release**: https://github.com/${{ github.repository }}/releases/tag/v${{ steps.app_version.outputs.version_name }}
245245
246- - name : If Fail, Send notification on Slack
247- if : ${{failure()}}
248- uses : rtCamp/action-slack-notify@v2
249- env :
250- SLACK_COLOR : ' #ff0000'
251- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}
252- SLACK_TITLE : ' RunCombi Android 빌드 실패 ❌'
253- MSG_MINIMAL : true
254- SLACK_USERNAME : RunCombi Android CI
255- SLACK_MESSAGE : |
256- ❌ RunCombi Android 빌드 실패 - 확인이 필요합니다!
257-
258- 📱 **앱 버전**: v${{ steps.app_version.outputs.version_name }} (${{ steps.app_version.outputs.version_code }})
259- 🔗 **PR 제목**: ${{ github.event.pull_request.title }}
260- 📝 **PR 내용**: ${{ github.event.pull_request.body || '내용이 없습니다.' }}
246+
You can’t perform that action at this time.
0 commit comments