diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 77bc565..ea3c7b0 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -43,7 +43,7 @@ jobs: run: | gh api -X PATCH -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - -f 'status=success' \ + -f 'conclusion=success' \ -f 'details_url=status=success' \ -f 'output[title]=My Check Run Title 🚀' \ -f 'output[summary]=**Summary**: The run completed.' \ diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d75b4a8..3d28c5b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -53,4 +53,6 @@ jobs: -f 'event_type=my-check' \ -f 'client_payload[checkRunId]=${{ steps.checkrun.outputs.checkId }}' \ -f 'client_payload[sha]=${{ github.sha }}' \ - /repos/${{ github.repository }}/dispatches \ No newline at end of file + /repos/${{ github.repository }}/dispatches + + \ No newline at end of file