Add input-output generate scripts

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2024-03-05 19:22:27 +05:30
parent 0fa2dca2e8
commit 7d220213a5
3 changed files with 3 additions and 2 deletions

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

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

View file

@ -35,7 +35,7 @@ export enum Inputs {
REGISTRY = "registry", REGISTRY = "registry",
/** /**
* 'The tag or tags of the image/manifest to push. * 'The tag or tags of the image/manifest to push.
* For multiple tags, seperate by whitespace. For example, "latest v1"' * For multiple tags, separate by whitespace. For example, "latest v1"'
* Required: false * Required: false
* Default: "latest" * Default: "latest"
*/ */