Skip to content

Commit 4988815

Browse files
committed
fix gitops env
1 parent 0486a02 commit 4988815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-eks-gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- uses: ./.github/actions/deploy-env
112112
with:
113-
gitops-env: ${ inputs.environment }
113+
gitops-env: default
114114
image-tag: ${{ format('dev-{0}', needs.build-dev.outputs.sha-short) }}
115115
gitops-repo: ${{ github.repository_owner }}/mypythonproject1-gitops
116116
eks-cluster-name: mypythonproject1-dev-eks

0 commit comments

Comments
 (0)