Skip to content

Commit 70ed951

Browse files
committed
fix: add logging for changelog length in dependency updater action
1 parent 71f012a commit 70ed951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

updater/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ runs:
169169
-RepoUrl '${{ steps.target.outputs.url }}' `
170170
-OldTag '${{ steps.target.outputs.originalTag }}' `
171171
-NewTag '${{ steps.target.outputs.latestTag }}'
172+
Write-Host "Changelog length: $("$changelog".Length) characters"
172173
${{ github.action_path }}/scripts/set-github-env.ps1 TARGET_CHANGELOG $changelog
173174
174175
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.

0 commit comments

Comments
 (0)