Update index.js

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-17 13:56:29 +03:00
parent 6751826fdf
commit da0721a5f7
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -8,7 +8,7 @@ try {
core.setOutput("label", label); core.setOutput("label", label);
fs.readFile('/README.md', 'utf8', (err, data) => { fs.readFile('./README.md', 'utf8', (err, data) => {
if (err) { if (err) {
console.error(err); console.error(err);
return; return;