We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e8dff commit 77bc6b1Copy full SHA for 77bc6b1
1 file changed
.github/workflows/push.yml
@@ -7,6 +7,10 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
+ - name: Set timezone
11
+ uses: szenius/set-timezone@v2.0
12
+ with:
13
+ timezoneLinux: "America/New_York"
14
- name: Checkout
15
uses: actions/checkout@main
16
- name: Install dependencies
0 commit comments