Skip to content

Commit e9f6880

Browse files
authored
Update main.sh
1 parent 2a18def commit e9f6880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/instrument/workflow/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ done | while IFS=$'\t' read -r TRACEPARENT job_id step_number step_conclusion st
395395
esac
396396
[ -z "${INPUT_DEBUG}" ] || echo "log $TRACEPARENT $job_name $timestamp $severity $line" >&2
397397
_otel_log_record "$TRACEPARENT" "$timestamp" "$severity" "$line"
398-
done
398+
done &
399399
[ -z "${INPUT_DEBUG}" ] || echo "span step $TRACEPARENT $step_name" >&2
400400
otel_span_deactivate "$step_span_handle"
401401
if [ "$step_conclusion" = failure ]; then otel_span_error "$step_span_handle"; fi

0 commit comments

Comments
 (0)