Skip to content

Commit 060cae3

Browse files
committed
update action.yml
1 parent d3892a0 commit 060cae3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: "Get Current Time"
22
author: "Gerred Dillon <[email protected]>, Shahar Frank <[email protected]>, Joshua Chan <[email protected]>"
3-
description: "Get the current time with `format` and `utcOffset`"
3+
description: "Get the current time with `format`, `utcOffset` and `timezone`"
44
branding:
55
icon: clock
66
color: blue
77
inputs:
88
format:
9-
description: "Time format to use using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)"
9+
description: "Time format to use - using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/)"
1010
required: false
1111
utcOffset:
12-
description: "UTC offset to use using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)"
12+
description: "UTC offset to use - using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/)"
1313
required: false
1414
timezone:
15-
description: "Timezone to use using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)"
15+
description: "Timezone to use - using [moment-timezone list](https://gist.github.com/diogocapela/12c6617fc87607d11fd62d2a4f42b02a) (overrides utcOffset)"
1616
required: false
1717
outputs:
1818
time:

0 commit comments

Comments
 (0)