We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaadf8 commit 30f69fcCopy full SHA for 30f69fc
1 file changed
.github/workflows/build-and-deploy-to-eks.yaml
@@ -147,6 +147,9 @@ jobs:
147
with:
148
cmd: yq '(.${{ inputs.tagPath }} = "${{ needs.init.outputs.version }}")' -i ${{ inputs.deploymentRepoPath }}/values.yaml
149
- name: Commit and push new tag
150
+ env:
151
+ env: ${{ inputs.env }}
152
+ version: ${{ needs.init.outputs.version }}
153
run: |
154
set -euxo pipefail
155
git config user.email "dev.bot@parcellab.com"
0 commit comments