You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Deployment for * _${Config.name}_ failed 😢 \n*Date* \`${newDate().toUTCString()}\` \n*The following error was logged:* \`\`\`${stderr.trim()}\`\`\`
29
+
*Deployment for on* _${Config.name}_ \n*Date* \`${newDate().toUTCString()}\` \n*Was Completed with the following warnings logged.:* \`\`\`${stderr.trim()}\`\`\`
30
30
`)
31
31
32
32
constmail={
33
-
subject: `Deployment for ${Config.name}failed ❌`,
33
+
subject: `Deployment for ${Config.name}Complete with warnings ❌`,
34
34
data: (`
35
-
<h3>Deployment for ${Config.name}failed 😢 </h3>
35
+
<h3>Deployment for ${Config.name}is complete </h3>
0 commit comments