File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 -f head_sha="${HEAD_SHA}" \
125125 -f status="in_progress" \
126126 -f output[title]="Waiting for fork job: ${JOB_NAME}" \
127- -f output[summary]="Polling fork repository for job '${JOB_NAME}' on commit ${HEAD_SHA}." \
127+ -f output[summary]="Polling fork repository for job '${JOB_NAME}' on commit ${HEAD_SHA}. [View job](${JOB_URL}) " \
128128 --jq '.id')
129129 JOB_CHECK_RUN_IDS[$JOB_NAME]=$CR_ID
130130 echo " → check run ID: ${CR_ID}"
@@ -187,7 +187,7 @@ jobs:
187187 -f head_sha="${HEAD_SHA}" \
188188 -f status="in_progress" \
189189 -f output[title]="Waiting for fork job: ${JOB_NAME}" \
190- -f output[summary]="Polling fork repository for job '${JOB_NAME}' on commit ${HEAD_SHA}." \
190+ -f output[summary]="Polling fork repository for job '${JOB_NAME}' on commit ${HEAD_SHA}. [View job](${JOB_URL}) " \
191191 --jq '.id')
192192 JOB_CHECK_RUN_IDS[$JOB_NAME]=$CR_ID
193193 fi
You can’t perform that action at this time.
0 commit comments