We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5b2ed commit 434642dCopy full SHA for 434642d
.github/workflows/e2e-external-phase-2.yml
@@ -80,7 +80,7 @@ jobs:
80
-F head_sha="${HEAD_SHA}"
81
-F status="in_progress"
82
-F started_at="$(date -u +%FT%TZ)"
83
- -F details_url="$(gh api "/repos/py-cov-action/python-coverage-comment-action/actions/jobs/${JOB_ID}" --jq '.url')"
+ -F details_url="$(gh api "/repos/py-cov-action/python-coverage-comment-action/actions/jobs/${JOB_ID}" --jq '.html_url')"
84
--jq '"CHECK_RUN_ID=" + (.id | tostring)' > "${GITHUB_OUTPUT}"
85
env:
86
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
0 commit comments