Skip to content

Commit 3a72dc2

Browse files
authored
Use SHA256 checksum algorithm while uploading link reference (#969)
1 parent 0cf38cb commit 3a72dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/update-link-index/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ runs:
5151
env:
5252
LINK_REFERENCE_FILE: ${{ inputs.link_reference_file }}
5353
run: |
54-
aws s3 cp "${LINK_REFERENCE_FILE}" "s3://${{ inputs.aws_s3_bucket_name }}/${GITHUB_REPOSITORY}/${GITHUB_REF_NAME}/links.json"
54+
aws s3 cp --checksum-algorithm "SHA256" "${LINK_REFERENCE_FILE}" "s3://${{ inputs.aws_s3_bucket_name }}/${GITHUB_REPOSITORY}/${GITHUB_REF_NAME}/links.json"

0 commit comments

Comments
 (0)