We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87abf76 commit f099abaCopy full SHA for f099aba
.github/workflows/persistent-environment.yml
@@ -234,7 +234,8 @@ jobs:
234
235
- name: Update environment config version
236
run: |
237
- deployed_version="${{ inputs.branch_name }}"
+ short_commit_ref="$(echo ${{ github.sha }} | cut -c1-8)"
238
+ deployed_version="${{ inputs.branch_name }}@${short_commit_ref}"
239
poetry run python ./scripts/set_env_config.py inactive-version ${deployed_version} ${{ inputs.environment }}
240
241
- name: Smoke Test
0 commit comments