diff --git a/index.js b/index.js index 4e69b62..807dd8b 100644 --- a/index.js +++ b/index.js @@ -34,8 +34,8 @@ function addToken(url, token) { async function main() { await core.group('install pre-commit', async () => { - await exec.exec('python3'] 'pip', 'install', 'pre-commit']); - await exec.exec('python3'] 'pip', 'freeze', '--local']); + await exec.exec('python3' ['pip', 'install', 'pre-commit']); + await exec.exec('python3' ['pip', 'freeze', '--local']); }); const args = [