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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user