Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
nevstop committed Feb 3, 2024
1 parent cdc8aa5 commit 222ebbe
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" >> $GITHUB_OUTPUT
echo "Result=$Result" >> $GITHUB_OUTPUT
shell: powershell

0 comments on commit 222ebbe

Please sign in to comment.