Skip to content

Commit

Permalink
Wrap the request body for GH to show collapse button around it.
Browse files Browse the repository at this point in the history
  • Loading branch information
maratal committed Dec 15, 2023
1 parent 21a0453 commit 6bd3ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scripts/upload_test_results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ jq -n \
'{ junit_report_xml: $junit_report_xml | @base64, crash_reports: $crash_reports[0], github_repository: $github_repository, github_sha: $github_sha, github_ref_name: $github_ref_name, github_retention_days: $github_retention_days, github_action: $github_action, github_run_number: $github_run_number, github_run_attempt: $github_run_attempt, github_run_id: $github_run_id, github_base_ref: $github_base_ref, github_head_ref: $github_head_ref, github_job: $github_job, github_job_api_url: $github_job_api_url, github_job_html_url: $github_job_html_url, iteration: $iteration }' \
> "${temp_request_body_file}"

echo "::group::Request body"
printf "Created request body:\n$(cat "${temp_request_body_file}")\n\n" 2>&1
echo "::endgroup::"

# 10. Send the request.

Expand Down

0 comments on commit 6bd3ea8

Please sign in to comment.