Skip to content

Commit 0130dc9

Browse files
authored
Enhance deployment manifest naming in Lambda workflow to include environment details. Updated the artifact name format to incorporate the environment, sub-environment, and GitHub run attempt for better traceability during deployments. (#1351)
1 parent 80cd929 commit 0130dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-lambda-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,5 +400,5 @@ jobs:
400400
- name: Upload deployment manifest
401401
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
402402
with:
403-
name: deploy-manifest-${{ inputs.lambda_name }}
403+
name: deploy-manifest-${{ inputs.lambda_name }}-${{ inputs.environment }}-${{ inputs.sub_environment }}-${{ github.run_attempt }}
404404
path: ${{ steps.manifest.outputs.manifest_file }}

0 commit comments

Comments
 (0)