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
{{ message }}
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
constupdatePlease=`:exclamation: You used the old webhook for this build. <${webhookWikiUrl}|Update to the new webhook> in your fork of this repo to save 90s per build.`;
182
+
inQueueMsg=updatePlease+'\n\n'+msg;
183
+
}
184
+
returninQueueMsg+'has successfully been added to the '+env+' queue.';
176
185
case'inProgress':
177
186
returnmsg+'is now being processed.';
178
187
case'completed':
@@ -213,7 +222,8 @@ async function NotifyBuildProgress(jobId: string): Promise<any> {
0 commit comments