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 7bb1cd7 commit b67288fCopy full SHA for b67288f
.github/workflows/updater.yml
@@ -258,7 +258,7 @@ jobs:
258
if: ${{ inputs.changelog-entry && ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.root.outputs.changed == 'false') }}
259
run: |
260
${{ runner.temp }}/ghwf/updater/scripts/update-changelog.ps1 `
261
- -Name "$env:DEPENDENCY_NAME" `
+ -Name $env:DEPENDENCY_NAME `
262
-PR '${{ steps.pr.outputs.url }}' `
263
-RepoUrl '${{ steps.target.outputs.url }}' `
264
-MainBranch '${{ steps.target.outputs.mainBranch }}' `
0 commit comments