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
constpopupMessage=`Successfully scheduled runs. [Click here to see the progress](https://github.com/${owner}/${repo}/actions/runs/${response.workflow_run_id}).`
343
-
+(response.errors ? '\n\nSome repositories could not be scheduled. See extension log for details.' : '');
347
+
+(response.errors ? `${eol2}Some repositories could not be scheduled. See extension log for details.` : '');
344
348
345
349
letlogMessage=`Successfully scheduled runs. See https://github.com/${owner}/${repo}/actions/runs/${response.workflow_run_id}.`;
logMessage+=`\n\nRepositories without databases:\n${response.errors.repositories_without_database.join(', ')}`;
356
-
logMessage+='\nThese repositories have been added to the database storage service and we will attempt to create a database for them next time the store is updated.';
359
+
logMessage+=`${eol2}Repositories without databases:${eol}${response.errors.repositories_without_database.join(', ')}`;
360
+
logMessage+=`${eol}These repositories have been added to the database storage service and we will attempt to create a database for them next time the store is updated.`;
0 commit comments