Skip to content

Commit 9d3f040

Browse files
committed
Try a different arrangement of quotes
1 parent bcc1c1a commit 9d3f040

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

analyze-project/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ runs:
2929
echo $version
3030
echo "name=$name" >> "$GITHUB_OUTPUT"
3131
echo "version=$version" >> "$GITHUB_OUTPUT"
32-
stuff=$(poetry env info --path)
33-
echo $stuff
32+
venv-path="$(poetry env info --path)"
33+
echo $venv-path
34+
echo "venv=$venv-path" >> "$GITHUB_OUTPUT"
3435
shell: bash
3536
working-directory: ${{ inputs.project-directory }}
3637
- name: Check for lock changes

0 commit comments

Comments
 (0)