From 30bdbd8d04f2bd4b04cdf17c016aeb16b453c1f8 Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Wed, 25 Jan 2023 21:41:31 -0600 Subject: [PATCH] Update dist-2.yml --- .github/workflows/dist-2.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dist-2.yml b/.github/workflows/dist-2.yml index dc8210a8f..cf6708e1d 100644 --- a/.github/workflows/dist-2.yml +++ b/.github/workflows/dist-2.yml @@ -41,16 +41,14 @@ jobs: -X POST \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ - -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", + "name": "myEvent", + "head_sha": "${{ github.sha }}", + "status": "completed", "conclusion": "success", "output": { "title": null, "summary": null, - "text": null, - } - }' + "text": null + }}'