From a09b75aa2dd91c43d8bc089ce1d69fbddf1ce234 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 30 Mar 2023 23:56:32 +0100 Subject: [PATCH] fixes --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e605f55a..c7b186ab 100644 --- a/action.yml +++ b/action.yml @@ -146,11 +146,11 @@ inputs: description: '[CloudRunner] Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.' - cloudRunnerCpu: + containerCpu: default: '' required: false description: '[CloudRunner] Amount of CPU time to assign the remote build container' - cloudRunnerMemory: + containerMemory: default: '' required: false description: '[CloudRunner] Amount of memory to assign the remote build container'