From e26932a4b37cddcca67b1e64ab10f495ddc825d3 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 1 Nov 2023 23:19:52 +0530 Subject: [PATCH 1/2] asd --- .github/workflows/pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 From 995d08f52e2b132226d7f2b3c0acb5d5cd88eefe Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Wed, 1 Nov 2023 23:22:40 +0530 Subject: [PATCH 2/2] yr --- .github/workflows/dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' \