Skip to content

Commit a6ce56d

Browse files
authored
[ci] Fix typo (facebook#32217)
yml was a mistake
1 parent 5269823 commit a6ce56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared_check_maintainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
isRemote = isRemote === 'true';
3939
}
4040
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}`);
4242
}
4343
4444
let content = null;

0 commit comments

Comments
 (0)