From 599cd3224c700c2ce2e40b651c6010cc5320eac2 Mon Sep 17 00:00:00 2001 From: Jennifer Tran <12633533+botanical@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:30:19 -0800 Subject: [PATCH] fix: remove extra quotation mark --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7a76eb02..be7d3227 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -239,7 +239,7 @@ jobs: - name: Format collection files list run: | - echo "FILES_TO_UPLOAD=$(echo "${{ needs.publish-new-datasets.outputs.publishedCollections }}" | tr ',' ' ')"" >> $GITHUB_ENV + echo "FILES_TO_UPLOAD=$(echo "${{ needs.publish-new-datasets.outputs.publishedCollections }}" | tr ',' ' ')" >> $GITHUB_ENV echo ${{ env.FILES_TO_UPLOAD }} - name: Upload published collections files as directory artifact