Skip to content

Commit c2be7af

Browse files
committed
SapMachine #1985: added hyperlinked 'view job' to the github actions checks (#2287)
1 parent c9e4b0a commit c2be7af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)