From a2a8c43be7bd267bb500a350b2ab9a8b1b92cb6b Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Sat, 2 Dec 2023 19:57:27 +0100 Subject: [PATCH] debug --- 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 c6816d4..64cc226 100644 --- a/dist/index.js +++ b/dist/index.js @@ -62267,7 +62267,7 @@ try { const destinations = prepareDestinations(targetRegistries, tags); if (debug) { - console.log('destinations:', JSON.stringify(tags, null, 2)); + console.log('destinations:', JSON.stringify(destinations, null, 2)); } } catch (error) { diff --git a/src/action.js b/src/action.js index 970d3e0..675f7cd 100644 --- a/src/action.js +++ b/src/action.js @@ -37,7 +37,7 @@ try { const destinations = prepareDestinations(targetRegistries, tags); if (debug) { - console.log('destinations:', JSON.stringify(tags, null, 2)); + console.log('destinations:', JSON.stringify(destinations, null, 2)); } } catch (error) {