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
getInput always returns a string, and this action doesn't convert the return value to a boolean. So if you specify role-skip-session-tagging: false, you won't get session tagging.
The obvious workaround is to just remove the role-skip-session-tagging option instead of specifying role-skip-session-tagging: false, but it's definitely confusing that role-skip-session-tagging: false doesn't work as expected.
The text was updated successfully, but these errors were encountered:
getInput
always returns a string, and this action doesn't convert the return value to a boolean. So if you specifyrole-skip-session-tagging: false
, you won't get session tagging.configure-aws-credentials/index.js
Line 206 in 3042b00
configure-aws-credentials/index.js
Line 58 in 3042b00
The obvious workaround is to just remove the
role-skip-session-tagging
option instead of specifyingrole-skip-session-tagging: false
, but it's definitely confusing thatrole-skip-session-tagging: false
doesn't work as expected.The text was updated successfully, but these errors were encountered: