Skip to content

Commit fe927b1

Browse files
committed
Set runner timezone
1 parent 12e9daf commit fe927b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly_rdr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- uses: MathRobin/timezone-action@v1.1
16-
timezoneWindows: "Japan Standard Time"
16+
with:
17+
timezoneWindows: 'Japan Standard Time'
1718

1819
- name: Create Directory
1920
shell: pwsh

0 commit comments

Comments
 (0)