Skip to content

Commit

Permalink
yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik committed Dec 10, 2024
1 parent ce52511 commit 1ab77ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
run: printf "RESPONSE_URL='%q'\n" "$(jq -r '.url' response)" >> $GITHUB_ENV

- name: Upload to Coverity
run: curl -X PUT --header 'Content-Type: application/json' --upload-file ${{ vars.COVERITY_PROJECT_URL_NAME }}.tgz ${{ env.RESPONSE_URL }}
run: |
curl -X PUT --header 'Content-Type: application/json' --upload-file ${{ vars.COVERITY_PROJECT_URL_NAME }}.tgz ${{ env.RESPONSE_URL }}
- name: Prepare build id
run: printf "COVERITY_BUILD_ID='%q'\n" "$(jq -r '.build_id' response)" >> $GITHUB_ENV
Expand Down

0 comments on commit 1ab77ea

Please sign in to comment.