From a52581157ad6f3f585c5482739b39f2af92bafd7 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Wed, 16 Oct 2024 18:37:44 +0200 Subject: [PATCH] details URL --- .github/workflows/pycafe-dashboards-in-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pycafe-dashboards-in-CI.yml b/.github/workflows/pycafe-dashboards-in-CI.yml index 29bb09d53..010036a79 100644 --- a/.github/workflows/pycafe-dashboards-in-CI.yml +++ b/.github/workflows/pycafe-dashboards-in-CI.yml @@ -65,7 +65,7 @@ jobs: -H "Authorization: Bearer $GH_TOKEN"\ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/${{ github.repository }}/check-runs \ - -d '{"name":"Scratch Example", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"in_progress","details_url":"www.google.com","output":{"title":"Dev example to try out things","summary":"","text":""}}' + -d '{"name":"Scratch Example", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"in_progress","details_url":"https://github.com/mckinsey/vizro","output":{"title":"Dev example to try out things","summary":"","text":""}}' # test_something: # runs-on: ubuntu-latest