You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test-integration-runner.yaml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ on:
27
27
description: The unique identifier of used in the deployment hostname.
28
28
required: true
29
29
type: string
30
+
binary-artifact-name:
31
+
description: Name of the uploaded deploy-camunda binary artifact to download. Callers that build the binary per-leg must override this with a per-run-unique name to avoid artifact-name collisions across parallel reusable-workflow legs.
32
+
required: false
33
+
default: deploy-camunda-binary
34
+
type: string
30
35
camunda-helm-repo:
31
36
description: The Helm repo which is used during the upgrade flow.
0 commit comments