File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -109,4 +109,9 @@ jobs:
109109 - name : Send Slack Notification
110110 if : success()
111111 run : |
112- curl -X POST -H 'Content-type: application/json' --data '{"text": "🎉 *Firebase 릴리즈 완료!* 🎉\n🚀 *배포 버전:* `${{ env.VERSION_NAME }}` (버전 코드: ${{ env.VERSION_CODE }})\n📌 *배포 브랜치:* `${{ github.ref_name }}`\n🔖 *릴리즈 노트:*\n```${{ env.RELEASE_NOTES }}```\n📥 *다운로드 링크:* <${{ steps.firebase_upload.outputs.TESTING_URI }}|여기를 클릭>"}' ${{ secrets.SLACK_RELEASE_WEBHOOK_URL }}
112+ curl -X POST -H 'Content-type: application/json' --data "{\"text\": \"🎉 *Firebase 릴리즈 완료!* 🎉\\n
113+ 🚀 *배포 버전:* ${{ env.VERSION_NAME }} (버전 코드: ${{ env.VERSION_CODE }})\\n
114+ 📌 *배포 브랜치:* ${{ github.ref_name }}\\n
115+ 🔖 *릴리즈 노트:*\\n
116+ ${{ env.RELEASE_NOTES }}\\n
117+ 📥 *다운로드 링크:* <${{ steps.firebase_upload.outputs.TESTING_URI }}|여기를 클릭>\"}" ${{ secrets.SLACK_RELEASE_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments