@@ -132,13 +132,13 @@ jobs:
132132 with :
133133 payload : |
134134 {
135- "text": "✅ SUCCESSFUL: ${{ steps.release_info.outputs.type }} Release ${{ steps.release_info.outputs.version }}",
135+ "text": "superstream-python-clients v ${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release SUCCESSFUL ✅ ",
136136 "blocks": [
137137 {
138138 "type": "section",
139139 "text": {
140140 "type": "mrkdwn",
141- "text": "*${{ steps.release_info.outputs.type }} Release Successful* ✅\n*Version:* ${{ steps.release_info.outputs.version }}\n*Repository:* ${{ github.repository }} \n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Message:* ${{ github.event.head_commit.message }}"
141+ "text": "*superstream-python-clients v ${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release SUCCESSFUL* ✅ \n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Message:* ${{ github.event.head_commit.message }}"
142142 }
143143 }
144144 ]
@@ -153,13 +153,13 @@ jobs:
153153 with :
154154 payload : |
155155 {
156- "text": "❌ FAILED: ${{ steps.release_info.outputs.type }} Release",
156+ "text": "superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release FAILED ❌ ",
157157 "blocks": [
158158 {
159159 "type": "section",
160160 "text": {
161161 "type": "mrkdwn",
162- "text": "*${{ steps.release_info.outputs.type }} Release Failed* ❌\n*Repository:* ${{ github.repository }}\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Workflow Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Details>"
162+ "text": "*superstream-python-clients v ${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release FAILED* ❌ \n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}\n*Workflow Run:* <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Details>"
163163 }
164164 }
165165 ]
@@ -174,13 +174,13 @@ jobs:
174174 with :
175175 payload : |
176176 {
177- "text": "⚠️ ABORTED: ${{ steps.release_info.outputs.type }} Release",
177+ "text": "superstream-python-clients v${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release ABORTED ⚠️ ",
178178 "blocks": [
179179 {
180180 "type": "section",
181181 "text": {
182182 "type": "mrkdwn",
183- "text": "*${{ steps.release_info.outputs.type }} Release Aborted* ⚠️\n*Repository:* ${{ github.repository }}\n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}"
183+ "text": "*superstream-python-clients v ${{ steps.release_info.outputs.version }} ${{ steps.release_info.outputs.type }} Release ABORTED* ⚠️ \n*Branch:* ${{ github.ref_name }}\n*Commit:* <${{ github.event.head_commit.url }}|${{ github.sha }}>\n*Author:* ${{ github.event.head_commit.author.name }}"
184184 }
185185 }
186186 ]
0 commit comments