From d10a936481f81f8250a1b94c94611bedfda92fe3 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Wed, 15 Feb 2023 10:12:20 +0000 Subject: [PATCH] fix simple typo --- README.md | 4 ++-- action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c31bcd..ff9e1ed 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ This action sets the current ISO8601 time to the `time` output and also provides ### `format` -Time format to use - using [MomemtJS format syntax](https://momentjs.com/docs/#/displaying/format/) - optional +Time format to use - using [MomentJS format syntax](https://momentjs.com/docs/#/displaying/format/) - optional ### `utcOffset` -UTC offset to use - using [MomemtJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/) - optional +UTC offset to use - using [MomentJS utcOffset syntax](https://momentjs.com/docs/#/manipulating/utc-offset/) - optional ## Outputs diff --git a/action.yml b/action.yml index 1aaf2cd..0fdf46e 100644 --- a/action.yml +++ b/action.yml @@ -6,10 +6,10 @@ branding: color: blue inputs: format: - description: "Time format to use using [MomemtJS 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 [MomemtJS 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 outputs: time: