File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 echo "-- PKG_FILE= $PKG_FILE"
162162 for file in *$PKG_FILE*.conda; do
163163 echo "---- file= $file"
164- curl -X DELETE https://prefix.dev/api/v1/delete/${{ inputs.channel }}/${{ inputs.platform }}/$file -H \ "Authorization: Bearer ${{ secrets.api-key }}\" "
164+ curl -X DELETE https://prefix.dev/api/v1/delete/${{ inputs.channel }}/${{ inputs.platform }}/$file -H "Authorization: Bearer ${{ secrets.api-key }}"
165165 done
166166 done
167167
@@ -198,5 +198,5 @@ jobs:
198198 packages='${{ steps.query_filenames.outputs.result }}'
199199
200200 echo "$packages" | jq -c '.[]' | while read filename; do
201- curl -X DELETE https://prefix.dev/api/v1/delete/${{ inputs.channel }}/${{ inputs.platform }}/$filename -H \ "Authorization: Bearer ${{ secrets.api-key }}\" "
201+ curl -X DELETE https://prefix.dev/api/v1/delete/${{ inputs.channel }}/${{ inputs.platform }}/$filename -H "Authorization: Bearer ${{ secrets.api-key }}"
202202 done
You can’t perform that action at this time.
0 commit comments