8000 GitHub - hoang-rio/set-timezone: GitHub action to set timezone in your locale, works with Linux, Windows, MacOS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hoang-rio/set-timezone

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

Set Action Timezone Action

This action sets timezone in your runner's locale based on its OS.

Inputs

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

Example usage

uses: hoang-rio/set-timezone@v1.4
with:
  timezoneLinux: "Asia/Singapore"
  timezoneMacos: "Asia/Singapore"
  timezoneWindows: "Singapore Standard Time"

About

GitHub action to set timezone in your locale, works with Linux, Windows, MacOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0