File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ jobs:
252252
253253 - name : ' After new PR: redo the update'
254254 if : ${{ ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.existing-pr.outputs.url == '') && ( steps.root.outputs.changed == 'false') }}
255- run : ${{ runner.temp }}/ghwf/updater/scripts/update-dependency.ps1 -Path " $env:DEPENDENCY_PATH" -Tag '${{ steps.target.outputs.latestTag }}'
255+ run : ${{ runner.temp }}/ghwf/updater/scripts/update-dependency.ps1 -Path $env:DEPENDENCY_PATH -Tag '${{ steps.target.outputs.latestTag }}'
256256
257257 - name : Update Changelog
258258 if : ${{ inputs.changelog-entry && ( steps.target.outputs.latestTag != steps.target.outputs.originalTag ) && ( steps.root.outputs.changed == 'false') }}
You can’t perform that action at this time.
0 commit comments