Skip to content

Commit

Permalink
Update BreakageApplication.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Sep 15, 2024
1 parent 6ace13a commit 3dbe999
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 @@ -114,7 +114,7 @@ jobs:
- run: |
cd pr
echo "Breakage test results" > MSG
echo "Date: $(date '+%Y-%m-%d %H:%M:%S')" >> MSG
echo "Date: $(TZ=UTC-2 date '+%Y-%m-%d %H:%M:%S')" >> MSG
echo "| Application name | latest | stable |" > MSG
echo "|--|--|--|" >> MSG
count=0
Expand Down

0 comments on commit 3dbe999

Please sign in to comment.