From e7a2ef2bae73abe57a6f651a719290cc8ff64cc4 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 21 Apr 2022 19:12:02 +0100 Subject: [PATCH] remove container resource defaults from actions yaml --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 953bd58b..a4645458 100644 --- a/action.yml +++ b/action.yml @@ -115,11 +115,9 @@ inputs: required: false description: 'Either local, k8s or aws can be used to run builds on a remote cluster. Additional parameters must be configured.' cloudRunnerCpu: - default: '1.0' required: false description: 'Amount of CPU time to assign the remote build container' cloudRunnerMemory: - default: '750M' required: false description: 'Amount of memory to assign the remote build container' cachePushOverrideCommand: