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 174a7ab commit b59e1d9Copy full SHA for b59e1d9
actions/update-link-index/action.yml
@@ -51,5 +51,4 @@ runs:
51
env:
52
LINK_REFERENCE_FILE: ${{ inputs.link_reference_file }}
53
run: |
54
- repository_name=$(basename "${GITHUB_REPOSITORY}")
55
- aws s3 cp "${LINK_REFERENCE_FILE}" "s3://${{ inputs.aws_s3_bucket_name }}/${repository_name}.json"
+ aws s3 cp "${LINK_REFERENCE_FILE}" "s3://${{ inputs.aws_s3_bucket_name }}/${GITHUB_REPOSITORY}/${GITHUB_REF_NAME}/links.json"
0 commit comments