Update dist-2.yml

This commit is contained in:
jstan-isch 2023-01-25 22:01:49 -06:00 committed by GitHub
parent 71778e5de3
commit 7361ccf1cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,6 @@ jobs:
https://api.github.com/repos/jstan-isch/spring-petclinic/check-runs \
-d '{
"name": "myEvent",
"head_sha": "${{ github.sha }}",
"head_sha": "${{ github.event.client_payload.sha }}",
"status": "completed",
"conclusion": "success"}'