mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
deleted the extra bracket
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
$docsPath = (Get-ChildItem -Path "images" -Include ${{ parameters.image_readme_name }} -Recurse -Depth 1 | Select-Object -First 1
|
$docsPath = Get-ChildItem -Path "images" -Include ${{ parameters.image_readme_name }} -Recurse -Depth 1 | Select-Object -First 1
|
||||||
Get-Content -Path $docsPath
|
Get-Content -Path $docsPath
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
|
|||||||
Reference in New Issue
Block a user