Skip to content

Commit

Permalink
in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 16, 2024
1 parent 9308e08 commit 9259556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pycafe-dashboards-in-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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":"completed","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":"www.google.com","output":{"title":"Dev example to try out things","summary":"","text":""}}'
# test_something:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9259556

Please sign in to comment.