@samitouri / QOS-React / commits / a6ce56d9a9

[ci] Fix typo (#32217)

yml was a mistake

lauren committed Jan 24, 2025 at 15:06 UTC a6ce56d9a9162c295ef0086762b76506534de201
1 file changed +1 -1
.github/workflows/shared_check_maintainer.yml
+1 -1
@@ -38,7 +38,7 @@ jobs:
38 isRemote = isRemote === 'true';
39 }
40 if (typeof isRemote !== 'boolean') {
41 - throw new Error(`Invalid `isRemote` input. Expected a boolean, got: ${isRemote}`);
41 + throw new Error(`Invalid \`isRemote\` input. Expected a boolean, got: ${isRemote}`);
42 }
43
44 let content = null;