diff --git a/action.yml b/action.yml index 2b67822..80f0fb1 100644 --- a/action.yml +++ b/action.yml @@ -106,5 +106,5 @@ runs: $Parameter9 ` $Parameter10 ; $Result=Get-Content -Path "${{ github.action_path }}\output.txt"; - echo "Result=$Result" >> $env:GITHUB_OUTPUT + Write-Host "::set-output name=Result::$Result" shell: powershell