From f5f46df07723e29a0e1c53e34fc919a1a3a3d4ba Mon Sep 17 00:00:00 2001 From: ubaid-ansari21 Date: Thu, 24 Aug 2023 13:53:51 +0530 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6266a294..439aef616 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ with the `role-duration-seconds` input. - By default, your account ID will not be masked in workflow logs. This was changed from being masked by default in the previous version. AWS does consider account IDs as sensitive information, so this change reflects that stance. You -can rever to the old default and mask your account ID in workflow logs by +can revert to the old default and mask your account ID in workflow logs by setting the `mask-aws-account-id` input to `true`. **New features**