Skip to content

Commit 77bc6b1

Browse files
committed
Try setting the timezone.
1 parent 26e8dff commit 77bc6b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Set timezone
11+
uses: szenius/[email protected]
12+
with:
13+
timezoneLinux: "America/New_York"
1014
- name: Checkout
1115
uses: actions/checkout@main
1216
- name: Install dependencies

0 commit comments

Comments
 (0)