Skip to content

Commit f9d2898

Browse files
apply alphabetical order and revert removal of comment
1 parent b755284 commit f9d2898

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/template_gitops.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,18 @@ on:
6060
upwind-client-id:
6161
required: false
6262
type: string
63+
runs-on:
64+
required: false
65+
type: string
66+
default: "ubuntu-24.04"
6367
upwind-organization-id:
6468
required: false
6569
type: string
6670
working-directory:
6771
required: false
6872
type: string
6973
default: "."
70-
runs-on:
71-
required: false
72-
type: string
73-
default: "ubuntu-24.04"
74+
# waiting for: https://github.com/github-community/community/discussions/17554
7475
secrets:
7576
docker-username:
7677
required: false

0 commit comments

Comments
 (0)