Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
nevstop committed Feb 18, 2025
1 parent 7cda565 commit 407fc04
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";
Add-Content -Path $env:GITHUB_OUTPUT -Value "Result=$Result"
echo "Result=$Result" >> $env:GITHUB_OUTPUT
shell: powershell

0 comments on commit 407fc04

Please sign in to comment.