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: cluster-template/phd-{{cookiecutter.cluster_slug_normalized}}-cluster/.github/workflows/create-instance.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ on:
31
31
description: "PHD CLI version"
32
32
default: "main"
33
33
type: string
34
+
RUNNER_WORKFLOW_LABEL:
35
+
description: 'The label of the runner workflow to run'
Copy file name to clipboardExpand all lines: cluster-template/phd-{{cookiecutter.cluster_slug_normalized}}-cluster/.github/workflows/delete-instance.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ on:
11
11
description: "PHD CLI version"
12
12
default: "main"
13
13
type: string
14
+
RUNNER_WORKFLOW_LABEL:
15
+
description: 'The label of the runner workflow to run'
0 commit comments