Skip to content

Commit b67288f

Browse files
authored
Apply suggestion from @vaind
1 parent 7bb1cd7 commit b67288f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
if: ${{ inputs.changelog-entry && ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.root.outputs.changed == 'false') }}
259259
run: |
260260
${{ runner.temp }}/ghwf/updater/scripts/update-changelog.ps1 `
261-
-Name "$env:DEPENDENCY_NAME" `
261+
-Name $env:DEPENDENCY_NAME `
262262
-PR '${{ steps.pr.outputs.url }}' `
263263
-RepoUrl '${{ steps.target.outputs.url }}' `
264264
-MainBranch '${{ steps.target.outputs.mainBranch }}' `

0 commit comments

Comments
 (0)