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 41742fc commit 95f60a7Copy full SHA for 95f60a7
.github/scripts/add-contributor.js
@@ -7,7 +7,7 @@ if (!username) {
7
process.exit(1);
8
}
9
10
-const readmePath = path.join(process.cwd(), 'README.md');
+const readmePath = path.join(process.cwd(), '/readme.md');
11
let readme = fs.readFileSync(readmePath, 'utf8');
12
13
const thankYouMarker = "## 🙌 Thanks for being part of Codextream!";
0 commit comments