mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
rebuild
This commit is contained in:
parent
9160b5f5a9
commit
e346b4c1b7
1 changed files with 1 additions and 1 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -63056,7 +63056,7 @@ const findDependencyFile = (packageManager) => __awaiter(void 0, void 0, void 0,
|
|||
const globber = yield glob.create(`**/${dependencyFile}`);
|
||||
const files = yield globber.glob();
|
||||
if (!files.length) {
|
||||
throw new Error(`Dependencies file is not found in. Supported file pattern: ${dependencyFile}`);
|
||||
throw new Error(`Dependencies file is not found. Supported file pattern: ${dependencyFile}`);
|
||||
}
|
||||
return files[0];
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue