Skip to content

Commit

Permalink
Fix quotes in artifact index generation (#2889)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Oct 31, 2023
1 parent 2e8b66d commit e4e4c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
aws s3 cp \
"${{ github.event.inputs.version }}.json" \
s3://${{ secrets.R2_OS_ARTIFACTS_BUCKET }}/indexes/ \
--endpoint-url "${{ secrets.R2_OS_ARTIFACTS_ENDPOINT }}""
--endpoint-url "${{ secrets.R2_OS_ARTIFACTS_ENDPOINT }}"
- name: Regenerate artifacts index
env:
Expand Down

0 comments on commit e4e4c62

Please sign in to comment.