Skip to content

Commit 9a59554

Browse files
committed
Updated input param formatting
1 parent 527bf93 commit 9a59554

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/run-e2e-tests-on-operator.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,16 @@ on:
2626
default: '{
2727
"operator": "latest",
2828
"core": "latest",
29-
"optout": "latest"
29+
"optout": "latest"
3030
}'
3131
branch:
3232
description: The branches for config
3333
type: string
3434
required: true
3535
default: '{
36-
"operator": "main",
3736
"core": "main",
3837
"optout": "main",
39-
"admin": "main",
38+
"admin": "main"
4039
}'
4140
aws:
4241
description: The arguments for AWS private operator
@@ -63,15 +62,15 @@ on:
6362
default: '{
6463
"operator": "latest",
6564
"core": "latest",
66-
"optout": "latest"
65+
"optout": "latest"
6766
}'
6867
branch:
6968
description: The branches for config
7069
type: string
7170
default: '{
7271
"core": "main",
7372
"optout": "main",
74-
"admin": "main",
73+
"admin": "main"
7574
}'
7675
aws:
7776
description: The arguments for AWS private operator

0 commit comments

Comments
 (0)