penrosehill / set-timezone

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set Timezone Action

Test 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: szenius/set-timezone@v1.2
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

License:MIT License


Languages

Language:JavaScript 100.0%