From 7d3526dec5822f7d60d42963c79c44cbd30d9bc3 Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Sat, 2 Dec 2023 20:23:01 +0100 Subject: [PATCH] assembled docker args --- dist/index.js | 2 +- src/action.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 0ff5f1a..0fa1408 100644 --- a/dist/index.js +++ b/dist/index.js @@ -62307,7 +62307,7 @@ try { const dockerArgs = prepareDockerArgs(destinations); if (debug) { - console.log('dockerArgs:', JSON.stringify(destinations, null, 2)); + console.log('dockerArgs:', JSON.stringify(dockerArgs, null, 2)); } } catch (error) { diff --git a/src/action.js b/src/action.js index ab14597..a4bd246 100644 --- a/src/action.js +++ b/src/action.js @@ -44,7 +44,7 @@ try { const dockerArgs = prepareDockerArgs(destinations); if (debug) { - console.log('dockerArgs:', JSON.stringify(destinations, null, 2)); + console.log('dockerArgs:', JSON.stringify(dockerArgs, null, 2)); } } catch (error) {