File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -190,8 +190,9 @@ jobs:
190190 eActionRun=$(escape_html "$ACTION_RUN_URL")
191191 eDate=$(escape_html "$DATE")
192192
193- printf -v MESSAGE '%s\n%s\n%s\n%s\n%s' \
194- "🚀 <b>New release published - CS Queue Bot</b>" \
193+ printf -v MESSAGE '%s\n%s\n%s\n%s\n%s\n%s' \
194+ "🚀 <b>New release published</b>" \
195+ "🛠️ <b>Service:</b> CS Queue Bot" \
195196 "🏷️ <b>Version:</b> ${eTAG}" \
196197 "👤 <b>Author:</b> <a href=\"${eAuthorLink}\">${eAuthor}</a>" \
197198 "🕓 <b>Date:</b> ${eDate}" \
@@ -265,8 +266,9 @@ jobs:
265266 eRunURL=$(escape_html "$GITHUB_RUN_URL")
266267 eDate=$(escape_html "$(date -u +"%Y-%m-%d %H:%M:%S UTC")")
267268
268- printf -v MESSAGE '%s\n%s\n%s\n%s\n%s' \
269- "❌ <b>Pipeline Error Detected - CS Queue Bot</b>" \
269+ printf -v MESSAGE '%s\n%s\n%s\n%s\n%s\n%s' \
270+ "❌ <b>Pipeline Error Detected</b>" \
271+ "🛠️ <b>Service:</b> CS Queue Bot" \
270272 "⚠️ <b>Failed Steps:</b> ${eFailedList}" \
271273 "👤 <b>Triggered by:</b> <a href=\"${eAuthorLink}\">${eActor}</a>" \
272274 "🕓 <b>Date:</b> ${eDate}" \
You can’t perform that action at this time.
0 commit comments