We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bad85 commit bcc1c1aCopy full SHA for bcc1c1a
analyze-project/action.yml
@@ -29,7 +29,7 @@ runs:
29
echo $version
30
echo "name=$name" >> "$GITHUB_OUTPUT"
31
echo "version=$version" >> "$GITHUB_OUTPUT"
32
- stuff=$(poetry env info)
+ stuff=$(poetry env info --path)
33
echo $stuff
34
shell: bash
35
working-directory: ${{ inputs.project-directory }}
0 commit comments