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 70ed951 commit 8c96115Copy full SHA for 8c96115
updater/action.yml
@@ -169,8 +169,11 @@ runs:
169
-RepoUrl '${{ steps.target.outputs.url }}' `
170
-OldTag '${{ steps.target.outputs.originalTag }}' `
171
-NewTag '${{ steps.target.outputs.latestTag }}'
172
+ Write-host "Prev call result: $? | LASTEXITCODE = $LASTEXITCODE"
173
Write-Host "Changelog length: $("$changelog".Length) characters"
174
+ Set-PSDebug -Strict -Trace 2
175
${{ github.action_path }}/scripts/set-github-env.ps1 TARGET_CHANGELOG $changelog
176
177
178
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
179
- name: Create a PR
0 commit comments