Skip to content

Commit

Permalink
Added env.TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Oct 12, 2024
1 parent 2e29922 commit 8f61bc5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
if: (github.repository == 'KudoAI/chatgpt.js') && (github.event.commits[0].committer.username != 'kudo-sync-bot')
runs-on: ubuntu-latest
env:
TZ: PST8PDT
GIT_COMMITTER_NAME: kudo-sync-bot
GIT_COMMITTER_EMAIL: [email protected]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-chrome-starter-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
if: (github.repository == 'KudoAI/chatgpt.js') && (github.event.commits[0].committer.username != 'kudo-sync-bot')
runs-on: ubuntu-latest
env:
TZ: PST8PDT
GIT_COMMITTER_NAME: kudo-sync-bot
GIT_COMMITTER_EMAIL: [email protected]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-en-readme-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
if: (github.repository == 'KudoAI/chatgpt.js') && (github.event.commits[0].committer.username != 'kudo-sync-bot')
runs-on: ubuntu-latest
env:
TZ: PST8PDT
GIT_COMMITTER_NAME: kudo-sync-bot
GIT_COMMITTER_EMAIL: [email protected]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sync-greasemonkey-starter-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
if: (github.repository == 'KudoAI/chatgpt.js') && (github.event.commits[0].committer.username != 'kudo-sync-bot')
runs-on: ubuntu-latest
env:
TZ: PST8PDT
GIT_COMMITTER_NAME: kudo-sync-bot
GIT_COMMITTER_EMAIL: [email protected]

Expand Down

0 comments on commit 8f61bc5

Please sign in to comment.