mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
feat: parse multi values inputs with quotation (#520)
* feat: parse quotation in `options` input Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> * feat: parse quotation in `args` input Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> * feat: parse quotation in `build-args` input Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> --------- Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
@@ -9,15 +9,18 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"gha-utils": "^0.4.1"
|
||||
"gha-utils": "^0.4.1",
|
||||
"shell-quote": "^1.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.15.0",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@rollup/plugin-commonjs": "^28.0.1",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"@rollup/plugin-typescript": "^12.1.1",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.9.0",
|
||||
"@types/shell-quote": "^1",
|
||||
"eslint": "^9.14.0",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "^3.3.3",
|
||||
|
||||
Reference in New Issue
Block a user