mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-12 12:46:54 +00:00
Update get-tool-versions-steps.yml
This commit is contained in:
@@ -9,7 +9,7 @@ steps:
|
|||||||
-ToolName "$(TOOL_NAME)"
|
-ToolName "$(TOOL_NAME)"
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Set env variable'
|
displayName: 'Set PIPELINE_URL variable'
|
||||||
condition: and(succeeded(), ne(variables['TOOL_NAME'], 'Python'))
|
condition: and(succeeded(), ne(variables['TOOL_NAME'], 'Python'))
|
||||||
inputs:
|
inputs:
|
||||||
TargetType: inline
|
TargetType: inline
|
||||||
@@ -36,5 +36,5 @@ steps:
|
|||||||
-Url "$(SLACK_CHANNEL_URL)" `
|
-Url "$(SLACK_CHANNEL_URL)" `
|
||||||
-ToolName "$(TOOL_NAME)" `
|
-ToolName "$(TOOL_NAME)" `
|
||||||
-ToolVersion "$(Get_versions.TOOL_VERSIONS)" `
|
-ToolVersion "$(Get_versions.TOOL_VERSIONS)" `
|
||||||
-PipelineUrl "$(PIPELINE_URL)" `
|
-PipelineUrl "${{ variables.PIPELINE_URL }}" `
|
||||||
-ImageUrl "$(IMAGE_URL)"
|
-ImageUrl "$(IMAGE_URL)"
|
||||||
|
|||||||
Reference in New Issue
Block a user