mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
Send args as array
This commit is contained in:
parent
96d176662d
commit
e53798f2d2
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ export function isCacheFeatureAvailable(): boolean {
|
|||
export async function getLinuxOSReleaseInfo() {
|
||||
const {stdout, stderr, exitCode} = await exec.getExecOutput(
|
||||
'lsb_release',
|
||||
['-i -r -s'],
|
||||
['-i', '-r', '-s'],
|
||||
{
|
||||
silent: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue