Skip to content

Commit c27a240

Browse files
committed
fix gitops env
1 parent 1d79c40 commit c27a240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/deploy-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ runs:
125125
cd _gitops
126126
git config user.name "github-actions[bot]"
127127
git config user.email "github-actions[bot]@users.noreply.github.com"
128-
git add environments/${{ inputs.gitops-env }}/values.yaml
128+
git add environments/${{ inputs.target-environment }}/values.yaml
129129
git diff --cached --quiet && echo "No changes to commit" && exit 0
130130
git commit -m "chore(deploy): ${{ inputs.gitops-env }} image tag ${{ inputs.image-tag }} [skip ci]"
131131
git push origin main

0 commit comments

Comments
 (0)