Skip to content

Commit

Permalink
revert back
Browse files Browse the repository at this point in the history
  • Loading branch information
nevstop committed Feb 18, 2025
1 parent a5c5ec5 commit 39eba3c
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";
echo "Result=$Result" >> $env:GITHUB_OUTPUT
Write-Host "::set-output name=Result::$Result"
shell: powershell

0 comments on commit 39eba3c

Please sign in to comment.