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 9af03f8 commit 7bb1cd7Copy full SHA for 7bb1cd7
.github/workflows/updater.yml
@@ -150,7 +150,7 @@ jobs:
150
151
- name: Update to the latest version
152
id: target
153
- run: ${{ runner.temp }}/ghwf/updater/scripts/update-dependency.ps1 -Path "$env:DEPENDENCY_PATH" -Pattern "$env:DEPENDENCY_PATTERN"
+ run: ${{ runner.temp }}/ghwf/updater/scripts/update-dependency.ps1 -Path $env:DEPENDENCY_PATH -Pattern $env:DEPENDENCY_PATTERN
154
155
- name: Get the base repo info
156
if: steps.target.outputs.latestTag != steps.target.outputs.originalTag
0 commit comments