Skip to content

Commit 87cbd21

Browse files
committed
fix order
1 parent 3a9e33f commit 87cbd21

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ on:
2929
required: false
3030
description: EKS namespace
3131
type: string
32+
pushTarget:
33+
required: false
34+
description: Push commits to env-named tags or to the main branch
35+
type: choice
36+
options:
37+
- main-branch
38+
- env-tag
39+
default: main-branch
3240
ref:
3341
required: false
3442
description: The github ref to deploy
@@ -47,14 +55,6 @@ on:
4755
required: false
4856
description: The url where the application is served
4957
type: string
50-
pushTarget:
51-
required: false
52-
description: Push commits to env-named tags or to the main branch
53-
type: choice
54-
options:
55-
- main-branch
56-
- env-tag
57-
default: main-branch
5858
versionKey:
5959
required: false
6060
type: string

0 commit comments

Comments
 (0)