Skip to content

Commit bcc1c1a

Browse files
committed
Add back in path
1 parent 10bad85 commit bcc1c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyze-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
echo $version
3030
echo "name=$name" >> "$GITHUB_OUTPUT"
3131
echo "version=$version" >> "$GITHUB_OUTPUT"
32-
stuff=$(poetry env info)
32+
stuff=$(poetry env info --path)
3333
echo $stuff
3434
shell: bash
3535
working-directory: ${{ inputs.project-directory }}

0 commit comments

Comments
 (0)