From 1c7e56f636f8f10e95a2c46049e48d58daf2e110 Mon Sep 17 00:00:00 2001 From: Michael Lehmann Date: Mon, 1 Jun 2026 13:32:57 -0700 Subject: [PATCH] linting fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2f969..09f4b69 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,7 @@ scenarios where you need to use that 'default' role to assume another role. To export credentials, simply run the action with `role-to-assume` set to the default role of the container. -To assume another role from the container's default role, use the +To assume another role from the container's default role, use the `role-chaining: true` flag, so that the action fetches the default credentials from the environment before assuming the other role.