We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version
1 parent 6570ad3 commit 89f6321Copy full SHA for 89f6321
pr-checks/sync.ts
@@ -309,7 +309,7 @@ function generateJobMatrix(
309
for (const version of checkSpecification.versions ?? defaultTestVersions) {
310
if (version === "latest") {
311
throw new Error(
312
- 'Did not recognise "version: latest". Did you mean "version: linked"?',
+ `Did not recognise "version: ${version}". Did you mean "version: linked"?`,
313
);
314
}
315
0 commit comments