Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Oct 31, 2024
1 parent 06ffe2b commit 6918303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testrail-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
touch Listing.md
echo "# Test Suites & Test Plans" >> Listing.md
echo "" >> Listing.md
echo "| Test Suite | Test Plan | File |" >> Listing.md
echo "|------------|-----------|------|" >> Listing.md
echo "| Project | Test Suite | File |" >> Listing.md
echo "|---------|------------|------|" >> Listing.md
ls *.csv > files.txt
awk -F '_' '{print "| " $2 " | " $3 " | `" $0 "` |"}' < files.txt >> Listing.md
Expand Down

0 comments on commit 6918303

Please sign in to comment.