You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ inputs:
13
13
aws-region:
14
14
description: 'AWS Region, e.g. us-east-2'
15
15
required: true
16
+
mask-aws-account-id:
17
+
description: "Whether to set the AWS account ID for these credentials as a secret value, so that it is masked in logs. Valid values are 'true' and 'false'. Defaults to true"
18
+
required: false
16
19
outputs:
17
20
aws-account-id:
18
21
description: 'The AWS account ID for the provided credentials'
0 commit comments