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 ee35b61 commit e6a4a83Copy full SHA for e6a4a83
.github/workflows/cp_dispatch.yml
@@ -87,7 +87,7 @@ jobs:
87
- name: Compare Patching Version Compatible with 5.17.0
88
id: version_check
89
run: |
90
- $patchingVersion = ${{ env.VERSION_TO_PATCH }}
+ $patchingVersion = $env:VERSION_TO_PATCH
91
$compareVersion = "5.17.0"
92
93
if (-not [string]::IsNullOrEmpty($patchingVersion)) {
0 commit comments