From 34b52a3920f3d09d389f00bed60983d9a64de809 Mon Sep 17 00:00:00 2001 From: Dan Markhasin Date: Tue, 20 May 2025 13:23:39 +0300 Subject: [PATCH] Update README.md Fixed README to reflect the actual names of the output variables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee52594ad..ee8c21037 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ See [action.yml](./action.yml) for more detail. | role-skip-session-tagging | Skips session tagging if set. | No | | inline-session-policy | You may further restrict the assumed role policy by defining an inline policy here. | No | | managed-session-policies | You may further restrict the assumed role policy by specifying a managed policy here. | No | -| output-credentials | When set, outputs fetched credentials as action step output. (Outputs access-key-id, secret-access-key, session-token, and expiration). Defaults to false. | No | +| output-credentials | When set, outputs fetched credentials as action step output. (Outputs aws-access-key-id, aws-secret-access-key, aws-session-token, and aws-account-id). Defaults to false. | No | | unset-current-credentials | When set, attempts to unset any existing credentials in your action runner. | No | | disable-retry | Disabled retry/backoff logic for assume role calls. By default, retries are enabled. | No | | retry-max-attempts | Limits the number of retry attempts before giving up. Defaults to 12. | No |