Skip to content

Commit

Permalink
support failure handling while updating release status check
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Aug 15, 2023
1 parent cb652d3 commit e74431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
steps:
- name: Release
run: |
curl --request POST \
curl --fail --request POST \
--url https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }} \
--header 'authorization: Bearer ${{ secrets.WEAVE_GITOPS_BOT_ACCESS_TOKEN }}' \
--header 'content-type: application/json' \
Expand Down

0 comments on commit e74431f

Please sign in to comment.