You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Set Action Timezone
v1.3
This action sets timezone in your runner's locale based on its OS.
Input name | Description | Required ? | Default value |
---|---|---|---|
timezoneLinux | Timezone you want to set if your runner is running on Linux | false | UTC |
timezoneWindows | Timezone you want to set if your runner is running on Windows | false | UTC |
timezoneMacos | Timezone you want to set if your runner is running on MacOS | false | GMT |
uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Singapore"
timezoneMacos: "Asia/Singapore"
timezoneWindows: "Singapore Standard Time"