We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf38cb commit 3a72dc2Copy full SHA for 3a72dc2
actions/update-link-index/action.yml
@@ -51,4 +51,4 @@ runs:
51
env:
52
LINK_REFERENCE_FILE: ${{ inputs.link_reference_file }}
53
run: |
54
- aws s3 cp "${LINK_REFERENCE_FILE}" "s3://${{ inputs.aws_s3_bucket_name }}/${GITHUB_REPOSITORY}/${GITHUB_REF_NAME}/links.json"
+ 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