diff --git a/action.yml b/action.yml index c3f3cdcb..64effd18 100644 --- a/action.yml +++ b/action.yml @@ -96,25 +96,26 @@ inputs: required: false default: '' description: - '[CloudRunner] run a post build job in yaml format with the keys image, secrets (name, value object array), command string' + '[CloudRunner] run a post build job in yaml format with the keys image, secrets (name, value object array), + command string' preBuildSteps: required: false default: '' description: - '[CloudRunner] Run a pre build job after the repository setup but before the build job (in yaml format with the keys image, - secrets (name, value object array), command line string)' + '[CloudRunner] Run a pre build job after the repository setup but before the build job (in yaml format with the + keys image, secrets (name, value object array), command line string)' customStepFiles: required: false default: '' description: - '[CloudRunner] Specify the names (by file name) of custom steps to run before or after cloud runner jobs, must match a yaml step - file inside your repo in the folder .game-ci/steps/' + '[CloudRunner] Specify the names (by file name) of custom steps to run before or after cloud runner jobs, must + match a yaml step file inside your repo in the folder .game-ci/steps/' customHookFiles: required: false default: '' description: - '[CloudRunner] Specify the names (by file name) of custom hooks to run before or after cloud runner jobs, must match a yaml step - file inside your repo in the folder .game-ci/hooks/' + '[CloudRunner] Specify the names (by file name) of custom hooks to run before or after cloud runner jobs, must + match a yaml step file inside your repo in the folder .game-ci/hooks/' customJobHooks: required: false default: '' @@ -123,8 +124,8 @@ inputs: required: false default: '' description: - '[CloudRunner] Run a custom job instead of the standard build automation for cloud runner (in yaml format with the keys image, - secrets (name, value object array), command line string)' + '[CloudRunner] Run a custom job instead of the standard build automation for cloud runner (in yaml format with the + keys image, secrets (name, value object array), command line string)' awsBaseStackName: default: 'game-ci' required: false @@ -133,7 +134,8 @@ inputs: default: 'local' required: false description: - '[CloudRunner] Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.' + '[CloudRunner] Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must + be configured.' cloudRunnerCpu: default: '' required: false @@ -150,13 +152,14 @@ inputs: default: '' required: false description: - '[CloudRunner] Extend game ci by specifying a command to execute to pull input from external source e.g cloud provider secret - managers' + '[CloudRunner] Extend game ci by specifying a command to execute to pull input from external source e.g cloud + provider secret managers' kubeConfig: default: '' required: false description: - '[CloudRunner] Supply a base64 encoded kubernetes config to run builds on kubernetes and stream logs until completion.' + '[CloudRunner] Supply a base64 encoded kubernetes config to run builds on kubernetes and stream logs until + completion.' kubeVolume: default: '' required: false @@ -164,7 +167,8 @@ inputs: kubeStorageClass: default: '' required: false - description: '[CloudRunner] Kubernetes storage class to use for cloud runner jobs, leave empty to install rook cluster.' + description: + '[CloudRunner] Kubernetes storage class to use for cloud runner jobs, leave empty to install rook cluster.' kubeVolumeSize: default: '5Gi' required: false @@ -176,7 +180,9 @@ inputs: watchToEnd: default: 'true' required: false - description: '[CloudRunner] Whether or not to watch the build to the end. Can be used for especially long running jobs e.g imports or self-hosted ephemeral runners.' + description: + '[CloudRunner] Whether or not to watch the build to the end. Can be used for especially long running jobs e.g + imports or self-hosted ephemeral runners.' outputs: volume: description: 'The Persistent Volume (PV) where the build artifacts have been stored by Kubernetes'