fix: add new flag

This commit is contained in:
omer nitzan 2023-08-29 20:18:01 +03:00
parent ad02cb8a12
commit 99beb78b03
4 changed files with 16 additions and 2 deletions

View file

@ -130,6 +130,12 @@ export enum Inputs {
* Default: None.
*/
WORKDIR = "workdir",
/**
* If you are running on self hosted runner, you can set this so it will add "sudo" to every buildah command if you dont want to run rootless. Defaults to false
* Required: false
* Default: "false"
*/
SELF_HOSTED_RUNNER_ROOT = "self-hosted-runner-root",
}
export enum Outputs {