Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
candonov authored Apr 5, 2023
1 parent 3252df8 commit 9d4d600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Modify file
run: |
# Use sed to replace the bucketKey value in the file with the ARTIFACT_NAME
sed -i "s/bucketKey:.*/bucketKey: lambda-processor-app\/artifacts\/${{ env.ARTIFACT_NAME }}/g" claim/sqs-lambda-s3-claim.yaml
sed -i "s/bucketKey:.*/bucketKey: lambda-processor-app\/artifacts\/$GITHUB_REF_NAME\/${{ env.ARTIFACT_NAME }}/g" claim/sqs-lambda-s3-claim.yaml
- name: Commit & Push changes
uses: actions-js/[email protected]
Expand Down

0 comments on commit 9d4d600

Please sign in to comment.