mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 03:55:16 -06:00
build
This commit is contained in:
parent
c711bfc680
commit
cabe02707a
3 changed files with 8 additions and 8 deletions
|
@ -40,13 +40,13 @@ export const getCacheDirectoryPath = async (
|
|||
)
|
||||
);
|
||||
|
||||
const cachePaths = pathList.filter(item => item);
|
||||
const cachePaths = pathList.filter(item => item);
|
||||
|
||||
if (!cachePaths.length) {
|
||||
throw new Error(`Could not get cache folder paths.`);
|
||||
}
|
||||
|
||||
return cachePaths ;
|
||||
return cachePaths;
|
||||
};
|
||||
|
||||
export function isGhes(): boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue