Skip to content

Commit 057194c

Browse files
committed
debug
1 parent c43c7a3 commit 057194c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/actionUtils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export function getInputS3ClientConfig(): S3ClientConfig | undefined {
8686
return undefined;
8787
}
8888

89+
core.info(core.getInput(Inputs.AWSAccessKeyId) ? "static creds" : "dynamic creds");
8990
const s3config = {
9091
credentials: {
9192
accessKeyId:

0 commit comments

Comments
 (0)