Skip to content

Commit

Permalink
chore: github UX
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel committed Dec 20, 2024
1 parent 21d0837 commit b5df1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pipeline-runner/github-api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildresult=$(cat)

REPORT_ROWS=$(echo "$buildresult" | awk -F, -v OFS='|' '{gsub(/pass/, "✅"); gsub(/fail/, "❌"); print "|" $1 "|" $2 "|" $3 "|"}')
REPORT_ROWS=$(echo "$buildresult" | awk -F\; -v OFS='|' '{gsub(/pass/, "✅"); gsub(/fail/, "❌"); print "|" $1 "|" $2 "|" $3 "|"}')

REPORT=$(cat <<EOF
### Pipeline Report
Expand Down

0 comments on commit b5df1b9

Please sign in to comment.