We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb4547 commit 64fa7c2Copy full SHA for 64fa7c2
.github/workflows/comment-diffs.yml
@@ -291,7 +291,7 @@ jobs:
291
292
const header = Object.entries(replaceTable).reduce((acc, [key, value]) => {
293
return acc.replace(new RegExp(key, "g"), value);
294
- }, `${type} ${language}`);
+ }, `${language} ${type}`);
295
296
const fileContents = fs.readFileSync(`./outputs/${fileName}`, 'utf8');
297
0 commit comments