Skip to content

Commit 7bb1cd7

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

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
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Update to the latest version
152152
id: target
153-
run: ${{ runner.temp }}/ghwf/updater/scripts/update-dependency.ps1 -Path "$env:DEPENDENCY_PATH" -Pattern "$env:DEPENDENCY_PATTERN"
153+
run: ${{ runner.temp }}/ghwf/updater/scripts/update-dependency.ps1 -Path $env:DEPENDENCY_PATH -Pattern $env:DEPENDENCY_PATTERN
154154

155155
- name: Get the base repo info
156156
if: steps.target.outputs.latestTag != steps.target.outputs.originalTag

0 commit comments

Comments
 (0)