Skip to content

Commit ed50cea

Browse files
Fixed environment name
1 parent e344de3 commit ed50cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/promote.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
options:
1616
- qa
1717
- staging
18-
- production
18+
- prod
1919
target_env:
2020
description: 'Target environment'
2121
required: true
@@ -24,7 +24,7 @@ on:
2424
options:
2525
- qa
2626
- staging
27-
- production
27+
- prod
2828
promote_container:
2929
description: 'Promote container tag'
3030
required: true

0 commit comments

Comments
 (0)