fix: role chaning on mulitple runs by kellertk · Pull Request #1340 · aws-actions/configure-aws-credentials (original) (raw)
Issue #, if available: #1339
Description of changes:
We now consider environment variables as inputs, which breaks the inputs if this action has already put out environment variable, which you do on multiple runs. This commit excludes the three AWS credentials environment variable, restoring the previous behavior.
Closes #1339.