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
['Successfully scheduled runs. [Click here to see the progress](https://github.com/org/name/actions/runs/123).',
71
71
'',
72
-
'Some repositories could not be scheduled. See extension log for details.'].join('\n')
72
+
'Some repositories could not be scheduled. See extension log for details.'].join(os.EOL)
73
73
);
74
74
expect(result.logMessage).to.equal(
75
75
['Successfully scheduled runs. See https://github.com/org/name/actions/runs/123.',
76
76
'',
77
-
'Repositories queried:\na/b, c/d',
77
+
'Repositories queried:',
78
+
'a/b, c/d',
78
79
'',
79
80
'Some repositories could not be scheduled.',
80
81
'',
81
-
'Repositories without databases:\ne/f, g/h',
82
-
'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.'].join('\n')
82
+
'Repositories without databases:',
83
+
'e/f, g/h',
84
+
'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.'].join(os.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.'].join('\n')
116
+
'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.'].join(os.EOL)
0 commit comments