From d5c4a655c5385d1bcb5533f127d20896602f3695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20S=C3=B8gaard?= <9662430+andershagbard@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:09:35 +0200 Subject: [PATCH 1/2] Don't log src --- src/actions/parts/upload-zip.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/actions/parts/upload-zip.ts b/src/actions/parts/upload-zip.ts index 4d96a96..10797b2 100644 --- a/src/actions/parts/upload-zip.ts +++ b/src/actions/parts/upload-zip.ts @@ -46,8 +46,6 @@ export default async ( await s3.send(putObject); const src = await getSignedUrl(s3, getObject); - core.info(src); - // Send create theme request core.info('Creating theme'); const response = await createTheme({ From 0f2625a747b5f6999707bd152b7ad4688980896b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:10:35 +0000 Subject: [PATCH 2/2] Commit from GitHub Actions (Build) --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 1e9ea9b..bace008 100644 --- a/dist/index.js +++ b/dist/index.js @@ -94766,7 +94766,6 @@ var upload_zip_awaiter = (undefined && undefined.__awaiter) || function (thisArg const deleteObject = new dist_cjs.DeleteObjectCommand(input); yield s3.send(putObject); const src = yield (0,s3_request_presigner_dist_cjs.getSignedUrl)(s3, getObject); - core.info(src); // Send create theme request core.info('Creating theme'); const response = yield createTheme(Object.assign({ src }, data)).finally(() => upload_zip_awaiter(void 0, void 0, void 0, function* () {