Skip to content

Commit 8c96115

Browse files
committed
tmp
1 parent 70ed951 commit 8c96115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

updater/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,11 @@ runs:
169169
-RepoUrl '${{ steps.target.outputs.url }}' `
170170
-OldTag '${{ steps.target.outputs.originalTag }}' `
171171
-NewTag '${{ steps.target.outputs.latestTag }}'
172+
Write-host "Prev call result: $? | LASTEXITCODE = $LASTEXITCODE"
172173
Write-Host "Changelog length: $("$changelog".Length) characters"
174+
Set-PSDebug -Strict -Trace 2
173175
${{ github.action_path }}/scripts/set-github-env.ps1 TARGET_CHANGELOG $changelog
176+
Write-host "Prev call result: $? | LASTEXITCODE = $LASTEXITCODE"
174177
175178
# First we create a PR only if it doesn't exist. We will later overwrite the content with the same action.
176179
- name: Create a PR

0 commit comments

Comments
 (0)