Update action.yml

pull/353/head
Frostebite 2022-03-07 01:01:24 +00:00 committed by GitHub
parent 1df81edc9c
commit dcfc6e50c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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