From 222ebbefddad9d004b8fec690a463469d0b533ec Mon Sep 17 00:00:00 2001 From: NEVSTOP Date: Sat, 3 Feb 2024 12:08:10 +0800 Subject: [PATCH] try this --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d9792c7..f93f028 100644 --- a/action.yml +++ b/action.yml @@ -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