mirror of
https://github.com/actions/setup-go.git
synced 2025-07-17 04:25:14 -06:00
Change code according to review points
This commit is contained in:
parent
86d1cd689b
commit
8d80cd6b60
5 changed files with 18 additions and 16 deletions
|
@ -24,7 +24,7 @@ export const getPackageManagerInfo = async (packageManager: string) => {
|
|||
`It's not possible to use ${packageManager}, please, check correctness of the package manager name spelling.`
|
||||
);
|
||||
}
|
||||
const obtainedPackageManager = supportedPackageManagers[packageManager]
|
||||
const obtainedPackageManager = supportedPackageManagers[packageManager];
|
||||
|
||||
return obtainedPackageManager;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue