Skip to content

JantHsueh/get-time-action

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Time Action

Get the time in the specified time zone

Example usage

      - name: Get Time
        id: time
        uses: JantHsueh/get-time-action@master
        with:
          timeZone: 8

Inputs

Parameter Required Info
timeZone true time Zone Default: 8 ,East is positive and West is negative. e.g.: UTC/GMT+08:00 set timeZone: 8

Outputs

Parameter Info
time time in the specified time zone

License

MIT