From e4e4c62834a943838d599c6e3c14812487a8cb31 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 31 Oct 2023 14:00:19 +0100 Subject: [PATCH] Fix quotes in artifact index generation (#2889) --- .github/workflows/artifacts-index.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts-index.yaml b/.github/workflows/artifacts-index.yaml index ccd06b142..c3652a4ec 100644 --- a/.github/workflows/artifacts-index.yaml +++ b/.github/workflows/artifacts-index.yaml @@ -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: