Skip to content

Commit 8cf22d2

Browse files
committed
bash quote hell
1 parent ef1a1c7 commit 8cf22d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-external-phase-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
"repos/py-cov-action/python-coverage-comment-action/actions/runs/${RUN_ID}/attempts/${RUN_ATTEMPT}/jobs"
6262
--jq '
6363
.jobs[]
64-
| select(.runner_name=='"${RUNNER_NAME}"')
64+
| select(.runner_name=="'"${RUNNER_NAME}"'")
6565
| "JOB_ID=" + (.id | tostring)'
6666
> "${GITHUB_OUTPUT}"
6767
env:

0 commit comments

Comments
 (0)