We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f012a commit 70ed951Copy full SHA for 70ed951
updater/action.yml
@@ -169,6 +169,7 @@ runs:
169
-RepoUrl '${{ steps.target.outputs.url }}' `
170
-OldTag '${{ steps.target.outputs.originalTag }}' `
171
-NewTag '${{ steps.target.outputs.latestTag }}'
172
+ Write-Host "Changelog length: $("$changelog".Length) characters"
173
${{ github.action_path }}/scripts/set-github-env.ps1 TARGET_CHANGELOG $changelog
174
175
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
0 commit comments