Skip to content

Commit

Permalink
Merge branch 'develop' into test/broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jodemaey authored Jul 11, 2023
2 parents e6d898a + bdad55c commit d08b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/Climdyn/qgs/statuses/${{ github.event.pull_request.head.sha }} \
-d '{"state":${{ needs.checks.result }},"target_url":"https://github.com/Climdyn/qgs/commit/${{ github.event.pull_request.head.sha }}","description":"qgs tests results","context":"PR-status"}'
-d '{"state":"${{ needs.checks.result }}","target_url":"https://github.com/Climdyn/qgs/commit/${{ github.event.pull_request.head.sha }}","description":"qgs tests results","context":"PR-status"}'

0 comments on commit d08b771

Please sign in to comment.