We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env.TZ
1 parent 1a8fba2 commit ab64d38Copy full SHA for ab64d38
.github/workflows/sync-changes.yml
@@ -9,6 +9,8 @@ jobs:
9
build:
10
if: (github.repository == 'adamlui/perplexity-omnibox') && (github.event.commits[0].committer.username != 'kudo-sync-bot')
11
runs-on: ubuntu-latest
12
+ env:
13
+ TZ: PST8PDT
14
15
steps:
16
0 commit comments