File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ runs:
115
115
${RUNNER_DEBUG:+"--debug"}
116
116
EXPERIMENT_EXIT_CODE=$?
117
117
118
- # Set step outputs
118
+ # Set the Build Scan urls as outputs
119
119
BUILD_SCAN_1=$(grep -m 1 "first build" ${RECEIPT_FILE} | sed 's/.* //')
120
120
BUILD_SCAN_2=$(grep -m 1 "second build" ${RECEIPT_FILE} | sed 's/.* //')
121
121
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ runs:
123
123
${RUNNER_DEBUG:+"--debug"}
124
124
EXPERIMENT_EXIT_CODE=$?
125
125
126
- # Set step outputs
126
+ # Set the Build Scan urls as outputs
127
127
BUILD_SCAN_1=$(grep -m 1 "first build" ${RECEIPT_FILE} | sed 's/.* //')
128
128
BUILD_SCAN_2=$(grep -m 1 "second build" ${RECEIPT_FILE} | sed 's/.* //')
129
129
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ runs:
123
123
${RUNNER_DEBUG:+"--debug"}
124
124
EXPERIMENT_EXIT_CODE=$?
125
125
126
- # Set step outputs
126
+ # Set the Build Scan urls as outputs
127
127
BUILD_SCAN_1=$(grep -m 1 "first build" ${RECEIPT_FILE} | sed 's/.* //')
128
128
BUILD_SCAN_2=$(grep -m 1 "second build" ${RECEIPT_FILE} | sed 's/.* //')
129
129
You can’t perform that action at this time.
0 commit comments