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 ef1a1c7 commit 8cf22d2Copy full SHA for 8cf22d2
.github/workflows/e2e-external-phase-2.yml
@@ -61,7 +61,7 @@ jobs:
61
"repos/py-cov-action/python-coverage-comment-action/actions/runs/${RUN_ID}/attempts/${RUN_ATTEMPT}/jobs"
62
--jq '
63
.jobs[]
64
- | select(.runner_name=='"${RUNNER_NAME}"')
+ | select(.runner_name=="'"${RUNNER_NAME}"'")
65
| "JOB_ID=" + (.id | tostring)'
66
> "${GITHUB_OUTPUT}"
67
env:
0 commit comments