Skip to content

Commit

Permalink
Log old and new version
Browse files Browse the repository at this point in the history
Log old and new versions for the Docusaurus swizzled component changes warning workflow.
  • Loading branch information
jNullj committed Aug 18, 2023
1 parent 78551ff commit 5311d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/docusaurus-swizzled-warning/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5311d03

Please sign in to comment.