Skip to content

Commit

Permalink
try fix The set-output command is deprecated and will be disabled s…
Browse files Browse the repository at this point in the history
…oon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
  • Loading branch information
nevstop committed Feb 18, 2025
1 parent 84a2994 commit 7cda565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7cda565

Please sign in to comment.