We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b71e158 + 8339f8b commit b6e3d24Copy full SHA for b6e3d24
1 file changed
.github/workflows/shared-ext-ci-workflow.yml
@@ -21,22 +21,18 @@ on:
21
checkoutRef:
22
description: 'Overrides the branch of the repo under test to checkout'
23
required: false
24
- default: ''
25
type: string
26
ciEnvironment:
27
description: 'The Actions Environment to use when running CI'
28
29
30
31
enableArtifactory:
32
description: 'Upload to artifactory instead of PyPi'
33
34
- default: false
35
type: boolean
36
enableUploadDocker:
37
description: 'Enable docker upload step. NOTE: Docker images will only be uploaded if the build is on a tag.'
38
39
40
41
secrets:
42
COMMONTOOLING_DEPLOY_KEY:
0 commit comments