Update action.yml
parent
1df81edc9c
commit
dcfc6e50c5
|
|
@ -98,6 +98,10 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
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)'
|
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:
|
customJob:
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
|
|
@ -118,10 +122,6 @@ inputs:
|
||||||
default: '750M'
|
default: '750M'
|
||||||
required: false
|
required: false
|
||||||
description: 'Amount of memory to assign the remote build container'
|
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:
|
cachePushOverrideCommand:
|
||||||
default: ''
|
default: ''
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue