Skip to content

Commit

Permalink
fix: remove extra quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Feb 11, 2025
1 parent 2e56255 commit 599cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 599cd32

Please sign in to comment.