From 5311d0326573056d08cce2639cec430063a57ad3 Mon Sep 17 00:00:00 2001 From: jNullj <15849761+jNullj@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:38:42 +0300 Subject: [PATCH] Log old and new version Log old and new versions for the Docusaurus swizzled component changes warning workflow. --- .github/actions/docusaurus-swizzled-warning/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/docusaurus-swizzled-warning/index.js b/.github/actions/docusaurus-swizzled-warning/index.js index 657c30bda8216..c5eb4c434c967 100644 --- a/.github/actions/docusaurus-swizzled-warning/index.js +++ b/.github/actions/docusaurus-swizzled-warning/index.js @@ -101,6 +101,8 @@ async function run() { if (newVersionParent > newVersion) { newVersion = newVersionParent } + core.info(`oldVersion=${oldVersion}`) + core.info(`newVersion=${newVersion}`) if (newVersion !== oldVersion) { const pkgChangedFiles = await getChangedFilesBetweenTags(