Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 30, 2024
1 parent f745437 commit 2e0f25b
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 @@ -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: >
Expand Down

0 comments on commit 2e0f25b

Please sign in to comment.