From b5de99c55653fec668accd1ea8dade1d716bad1d Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Wed, 25 Jan 2023 21:28:21 -0600 Subject: [PATCH] Update dist-2.yml --- .github/workflows/dist-2.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml index fd853c033..b3f2c746a 100644 --- a/.github/workflows/dist-2.yml +++ b/.github/workflows/dist-2.yml @@ -36,3 +36,21 @@ jobs: "description": "Staging tests passed", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" }' + + curl \ + -X POST \ + -H "Accept: application/vnd.github+json" \ + -H "Authorization: Bearer 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"\ + -H "X-GitHub-Api-Version: 2022-11-28" \ + https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \ + -d '{ + "name":"mighty_readme", + "head_sha":"3b1822e5b0ee11bdc944e71392bd8b7006401c26", + "status":"completed", + "conclusion": "success", + "output": { + "title": null, + "summary": null, + "text": null, + } + }'