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 26, 2024
1 parent 4a03725 commit 33d0b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BreakageApplication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ jobs:
- run: ls
- run: |
cd pr
echo "| Package name | latest | stable |" > MSG
echo "| Application name | latest | stable |" > MSG
echo "|--|--|--|" >> MSG
count=0
for file in *
do
[ "$file" == "NR" ] && continue
[ "$file" == "MSG" ] && continue
if [ $count == "0" ]; then
name=$(echo $file | cut -f1 -d-)
name=$(echo $file | cut -f 1-4 -d-)
echo -n "| $name | "
else
echo -n "| "
Expand Down

0 comments on commit 33d0b8c

Please sign in to comment.