Skip to content

Commit

Permalink
remove extra quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik committed Dec 10, 2024
1 parent 02b0c9f commit 17150be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: curl -X POST -d version=${{ env.RELEASE_VERSION }} -d description="automated upload" -d email=${{ secrets.COVERITY_EMAIL }} -d token=${{ secrets.COVERITY_TOKEN }} -d file_name="${{ vars.COVERITY_PROJECT_URL_NAME }}.tgz" https://scan.coverity.com/projects/${{ vars.COVERITY_PROJECT_URL_ID }}/builds/init -o response

- name: Prepare response url
run: printf "RESPONSE_URL='%q'\n" "$(jq -r '.url' response)" >> $GITHUB_ENV
run: printf "RESPONSE_URL=%q\n" "$(jq -r '.url' response)" >> $GITHUB_ENV

- name: Upload to Coverity
run: |
Expand Down

0 comments on commit 17150be

Please sign in to comment.