Skip to content

Commit b6e3d24

Browse files
authored
Merge pull request #85 from bbc/philipn-consistent-workflow-dispatch-default-required
Regenerate static files
2 parents b71e158 + 8339f8b commit b6e3d24

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/shared-ext-ci-workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,18 @@ on:
2121
checkoutRef:
2222
description: 'Overrides the branch of the repo under test to checkout'
2323
required: false
24-
default: ''
2524
type: string
2625
ciEnvironment:
2726
description: 'The Actions Environment to use when running CI'
2827
required: false
29-
default: ''
3028
type: string
3129
enableArtifactory:
3230
description: 'Upload to artifactory instead of PyPi'
3331
required: false
34-
default: false
3532
type: boolean
3633
enableUploadDocker:
3734
description: 'Enable docker upload step. NOTE: Docker images will only be uploaded if the build is on a tag.'
3835
required: false
39-
default: false
4036
type: boolean
4137
secrets:
4238
COMMONTOOLING_DEPLOY_KEY:

0 commit comments

Comments
 (0)