mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
Support usage of AWS Profiles
This commit is contained in:
+1
@@ -43243,6 +43243,7 @@ function cleanup() {
|
||||
core.exportVariable('AWS_SESSION_TOKEN', '');
|
||||
core.exportVariable('AWS_DEFAULT_REGION', '');
|
||||
core.exportVariable('AWS_REGION', '');
|
||||
core.exportVariable('AWS_PROFILE', '');
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed((0, helpers_1.errorMessage)(error));
|
||||
|
||||
Reference in New Issue
Block a user