We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43c7a3 commit 057194cCopy full SHA for 057194c
src/utils/actionUtils.ts
@@ -86,6 +86,7 @@ export function getInputS3ClientConfig(): S3ClientConfig | undefined {
86
return undefined;
87
}
88
89
+ core.info(core.getInput(Inputs.AWSAccessKeyId) ? "static creds" : "dynamic creds");
90
const s3config = {
91
credentials: {
92
accessKeyId:
0 commit comments