Skip to content

Commit

Permalink
update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Feb 16, 2024
1 parent d3892a0 commit 060cae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: "Get Current Time"
author: "Gerred Dillon <[email protected]>, Shahar Frank <[email protected]>, Joshua Chan <[email protected]>"
description: "Get the current time with `format` and `utcOffset`"
description: "Get the current time with `format`, `utcOffset` and `timezone`"
branding:
icon: clock
color: blue
inputs:
format:
description: "Time format to use using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)"
description: "Time format to use - using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)"
required: false
utcOffset:
description: "UTC offset to use using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)"
description: "UTC offset to use - using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)"
required: false
timezone:
description: "Timezone to use using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)"
description: "Timezone to use - using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)"
required: false
outputs:
time:
Expand Down

0 comments on commit 060cae3

Please sign in to comment.