From dcfc6e50c590405b32fb12d1f5df509cc837d3ed Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 7 Mar 2022 01:01:24 +0000 Subject: [PATCH] Update action.yml --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 4dc61581..b625f08f 100644 --- a/action.yml +++ b/action.yml @@ -98,6 +98,10 @@ inputs: required: false default: '' description: '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)' + customJobHooks: + required: false + default: '' + description: 'Specify custom commands and trigger hooks (injects commands into jobs)' customJob: required: false default: '' @@ -118,10 +122,6 @@ inputs: default: '750M' required: false description: 'Amount of memory to assign the remote build container' - githubToken: - default: '' - required: false - description: 'GitHub token for cloning, only needed when kubeconfig is used.' cachePushOverrideCommand: default: '' required: false