Skip to content

Commit 14b6599

Browse files
authored
Merge pull request #302 from control-toolbox/ocots-patch-1
Update Breakage.yml
2 parents e9b7968 + 6a67a7b commit 14b6599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Breakage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- run: |
111111
cd pr
112112
echo "Breakage test results" > MSG
113-
echo "Date: $(date '+%Y-%m-%d %H:%M:%S')" >> MSG
113+
echo "Date: $(TZ=UTC-2 date '+%Y-%m-%d %H:%M:%S')" >> MSG
114114
echo "| Package name | latest | stable |" >> MSG
115115
echo "|--|--|--|" >> MSG
116116
count=0

0 commit comments

Comments
 (0)