mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-01 05:45:06 +09:00
tests for disabled output-env-credentials
This commit is contained in:
committed by
kellertk
parent
3991c2aa73
commit
3b040fe7c1
+1
-1
@@ -54,7 +54,7 @@ export function exportCredentials(
|
||||
|
||||
if (creds?.SessionToken) {
|
||||
core.setSecret(creds.SessionToken);
|
||||
}
|
||||
}
|
||||
|
||||
if (outputEnvCredentials) {
|
||||
if (creds?.AccessKeyId) {
|
||||
|
||||
Reference in New Issue
Block a user