Skip to content

Commit 7e8b384

Browse files
committed
Added env.TZ
1 parent 282e6e8 commit 7e8b384

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/sync-remove-json-keys.py-changes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
build:
88
if: (github.repository == 'adamlui/python-utils') && (github.event.commits[0].committer.username != 'kudo-sync-bot')
99
runs-on: ubuntu-latest
10+
env:
11+
TZ: PST8PDT
12+
1013
steps:
1114

1215
- name: Checkout adamlui/python-utils

.github/workflows/sync-translate-en-messages-changes.py.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
build:
88
if: (github.repository == 'adamlui/python-utils') && (github.event.commits[0].committer.username != 'kudo-sync-bot')
99
runs-on: ubuntu-latest
10+
env:
11+
TZ: PST8PDT
12+
1013
steps:
1114

1215
- name: Checkout adamlui/python-utils

0 commit comments

Comments
 (0)