fix: rely on string-argv for git arg parsing (#180)

* fix: switch to string-argv for git args parsing

* chore: fix debug messages for matchGitArgs

* docs: add paragraph about git args parsing
This commit is contained in:
Federico Grandi
2021-04-21 22:08:30 +02:00
committed by GitHub
parent 0d2694bccc
commit 5c12301e2f
5 changed files with 66 additions and 513 deletions

View File

@@ -34,12 +34,11 @@
"@actions/core": "^1.2.7",
"js-yaml": "^4.1.0",
"simple-git": "^2.27.0",
"string.prototype.matchall": "^4.0.4"
"string-argv": "^0.3.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
"@types/node": "^12.12.54",
"@types/string.prototype.matchall": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vercel/ncc": "^0.27.0",