Skip to content

Commit

Permalink
add timezone input to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
God-damnit-all authored and josStorer committed Mar 12, 2023
1 parent 8609f23 commit 5979d2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ inputs:
utcOffset:
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)"
required: false
outputs:
time:
description: "The ISO time this action was run, **not** affected by the parameter `utcOffset` e.g. '2020-01-01T00:30:15.000Z'"
Expand Down

0 comments on commit 5979d2f

Please sign in to comment.