1 parent 1d79c40 commit c27a240Copy full SHA for c27a240
1 file changed
.github/actions/deploy-env/action.yml
@@ -125,7 +125,7 @@ runs:
125
cd _gitops
126
git config user.name "github-actions[bot]"
127
git config user.email "github-actions[bot]@users.noreply.github.com"
128
- git add environments/${{ inputs.gitops-env }}/values.yaml
+ git add environments/${{ inputs.target-environment }}/values.yaml
129
git diff --cached --quiet && echo "No changes to commit" && exit 0
130
git commit -m "chore(deploy): ${{ inputs.gitops-env }} image tag ${{ inputs.image-tag }} [skip ci]"
131
git push origin main
0 commit comments