From 2e0f25b9a860674b119d9f1e5d6dd22c42d15a13 Mon Sep 17 00:00:00 2001 From: mayeut Date: Wed, 31 Jan 2024 00:42:40 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 16e89681e..eea7ff798 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: with open(os.environ["GITHUB_OUTPUT"], "at") as f: f.write(f"python-path={builder.python_path}\n") print("::endgroup::") - shell: ${{ steps.python.outputs.python-path }} -u {0} + shell: ${{ toJSON(steps.python.outputs.python-path) }} -u {0} # Redirecting stderr to stdout to fix interleaving issue in Actions. - run: >