From 185e510278f9e439e5d1453add3fc2ef82c97525 Mon Sep 17 00:00:00 2001 From: Nicolas Saillant Date: Wed, 15 Mar 2023 14:49:57 +0100 Subject: [PATCH] Fix line endings --- Scripts/developer_scripts/list_cgal_workflows_last_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Scripts/developer_scripts/list_cgal_workflows_last_run.sh diff --git a/Scripts/developer_scripts/list_cgal_workflows_last_run.sh b/Scripts/developer_scripts/list_cgal_workflows_last_run.sh old mode 100644 new mode 100755 index e3d830bf15d..60cdd6b1c23 --- a/Scripts/developer_scripts/list_cgal_workflows_last_run.sh +++ b/Scripts/developer_scripts/list_cgal_workflows_last_run.sh @@ -28,7 +28,7 @@ do workflows_check_runs=$(gh api repos/$repo/check-suites/$workflows_checksuite_id/check-runs) workflows_check_runs_id=$(jq -r '.check_runs[0].id' <<< "$workflows_check_runs") workflows_check_runs_annotation=$(gh api repos/$repo/check-runs/$workflows_check_runs_id/annotations) - worfklows_annotation_level=$(jq -r '.[].annotation_level' <<< "$workflows_check_runs_annotation") + worfklows_annotation_level=$(jq -r '.[].annotation_level' <<< "$workflows_check_runs_annotation" | tr '\n' ' ') if [ "$worfklows_annotation_level" == "" ] then worfklows_annotation_level+="-"