mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 19:50:24 +00:00
Update get-tool-versions-steps.yml
This commit is contained in:
@@ -13,7 +13,7 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
TargetType: inline
|
TargetType: inline
|
||||||
script: |
|
script: |
|
||||||
$ToolName = "$(ToolName)"
|
$ToolName = "$(TOOL_NAME)"
|
||||||
if ($ToolName -eq "Python") {
|
if ($ToolName -eq "Python") {
|
||||||
$PipelineUrl = " "
|
$PipelineUrl = " "
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user