Skip to content

Commit 7d22021

Browse files
committed
Add input-output generate scripts
Signed-off-by: divyansh42 <[email protected]>
1 parent 0fa2dca commit 7d22021

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"bundle": "ncc build src/index.ts --source-map --minify",
99
"clean": "rm -rf out/ dist/",
1010
"lint": "eslint . --max-warnings=0",
11+
"generate-ios": "npx action-io-generator -w -o ./src/generated/inputs-outputs.ts",
1112
"test": "echo \"Error: no test specified\" && exit 1"
1213
},
1314
"author": "Red Hat",

Diff for: src/generated/inputs-outputs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export enum Inputs {
3535
REGISTRY = "registry",
3636
/**
3737
* 'The tag or tags of the image/manifest to push.
38-
* For multiple tags, seperate by whitespace. For example, "latest v1"'
38+
* For multiple tags, separate by whitespace. For example, "latest v1"'
3939
* Required: false
4040
* Default: "latest"
4141
*/

0 commit comments

Comments
 (0)