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 1800a76 commit 4e2ba4bCopy full SHA for 4e2ba4b
src/index.ts
@@ -32,7 +32,7 @@ async function run() {
32
const sha = submoduleMatch[1];
33
const submodulePath = submoduleMatch[2];
34
35
- const infoFilePath = path.join(submodulePath, "info.json");
+ const infoFilePath = path.join(submodulePath, "..", "info.json");
36
37
const rawInfo = await fs.promises.readFile(infoFilePath);
38
const info = JSON.parse(rawInfo.toString());
0 commit comments