Skip to content

Commit 93edf43

Browse files
committed
document outputs in readme
1 parent fe54dce commit 93edf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ See [action.yml](./action.yml) for more detail.
111111
| role-skip-session-tagging | Skips session tagging if set. | No |
112112
| inline-session-policy | You may further restrict the assumed role policy by defining an inline policy here. | No |
113113
| managed-session-policies | You may further restrict the assumed role policy by specifying a managed policy here. | No |
114-
| output-credentials | When set, outputs fetched credentials as action step output. Defaults to false. | No |
114+
| 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 |
115115
| unset-current-credentials | When set, attempts to unset any existing credentials in your action runner. | No |
116116
| disable-retry | Disabled retry/backoff logic for assume role calls. By default, retries are enabled. | No |
117117
| retry-max-attempts | Limits the number of retry attempts before giving up. Defaults to 12. | No |

0 commit comments

Comments
 (0)