1
0
Fork 0
mirror of synced 2026-06-05 12:48:19 +00:00

linting fix

This commit is contained in:
Michael Lehmann 2026-06-01 13:32:57 -07:00
commit 1c7e56f636

View file

@ -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 To export credentials, simply run the action with `role-to-assume` set to the
default role of the container. 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 `role-chaining: true` flag, so that the action fetches the default credentials
from the environment before assuming the other role. from the environment before assuming the other role.