Skip to content

Commit

Permalink
Delete echo response
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcell Dechant committed May 21, 2024
1 parent e28dcdc commit c148629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
--header 'accept: application/json' \
--header 'authorization: Bearer ${{ secrets.RENDER_API_KEY }}' \
--header 'content-type: application/json')
echo "$response"
id=$(echo "$response" | jq -r '.id')
echo "deploy_id=$id" >> $GITHUB_ENV
Expand Down

0 comments on commit c148629

Please sign in to comment.