Skip to content

Commit

Permalink
Update BreakageApplication.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Aug 27, 2024
1 parent b360ac2 commit 1a34407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BreakageApplication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
[ "$file" == "NR" ] && continue
[ "$file" == "MSG" ] && continue
if [ $count == "0" ]; then
name=$(echo $file | cut -f 1-4 -d-)
name=$(echo $file | sed 's|\(.*\)-.*|\1|')
echo -n "| $name | "
else
echo -n "| "
Expand Down

0 comments on commit 1a34407

Please sign in to comment.