mirror of
https://github.com/pre-commit/action.git
synced 2025-11-09 03:26:56 +00:00
typo
This commit is contained in:
parent
e0cf0a0e44
commit
8db798e08b
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
|
@ -34,8 +34,8 @@ function addToken(url, token) {
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
await core.group('install pre-commit', async () => {
|
await core.group('install pre-commit', async () => {
|
||||||
await exec.exec('python3'] 'pip', 'install', 'pre-commit']);
|
await exec.exec('python3' ['pip', 'install', 'pre-commit']);
|
||||||
await exec.exec('python3'] 'pip', 'freeze', '--local']);
|
await exec.exec('python3' ['pip', 'freeze', '--local']);
|
||||||
});
|
});
|
||||||
|
|
||||||
const args = [
|
const args = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue