Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit f00f12d

Browse files
author
Victor Navarro
committed
feat: exec using node or shell script
1 parent 04cb6e7 commit f00f12d

File tree

7 files changed

+242
-13
lines changed

7 files changed

+242
-13
lines changed

dist/index.js

Lines changed: 202 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,27 @@ MIT
1515

1616
@actions/io
1717
MIT
18+
19+
command-exists
20+
MIT
21+
The MIT License (MIT)
22+
23+
Copyright (c) 2014 Matthew Conlen
24+
25+
Permission is hereby granted, free of charge, to any person obtaining a copy
26+
of this software and associated documentation files (the "Software"), to deal
27+
in the Software without restriction, including without limitation the rights
28+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29+
copies of the Software, and to permit persons to whom the Software is
30+
furnished to do so, subject to the following conditions:
31+
32+
The above copyright notice and this permission notice shall be included in all
33+
copies or substantial portions of the Software.
34+
35+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41+
SOFTWARE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"@actions/core": "1.2.5",
28+
"command-exists": "^1.2.9",
2829
"@actions/exec": "1.0.4"
2930
},
3031
"devDependencies": {
@@ -35,7 +36,6 @@
3536
"@typescript-eslint/eslint-plugin": "3.6.1",
3637
"@typescript-eslint/parser": "3.7.1",
3738
"@vercel/ncc": "0.24.0",
38-
"command-exists": "^1.2.9",
3939
"eslint": "6.8.0",
4040
"eslint-config-airbnb": "18.2.0",
4141
"eslint-plugin-cypress": "2.11.1",

0 commit comments

Comments
 (0)