Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Aug 28, 2024
1 parent 1fdc683 commit 027c236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/self-comment-slow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/${{ github.repository }}/check-runs \
-f "name=mighty_readme" \
-f "name=Custom slow tests" \
-f "head_sha=${{ github.event.pull_request.head.sha }}" \
-f "details_url=$GITHUB_RUN_URL"
-f "status=in_progress" \
-f "external_id=42" \
-f "started_at=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
Expand Down

0 comments on commit 027c236

Please sign in to comment.