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