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 d90f284 commit 34ee66bCopy full SHA for 34ee66b
analyze-project/action.yml
@@ -25,7 +25,7 @@ runs:
25
result=$(poetry version)
26
name=$(echo "$result" | awk '{print $1}')
27
version=$(echo "$result" | awk '{print $2}')
28
- path=$(poetry env info --path)
+ path=$("poetry env info --path")
29
echo "name=$name" >> "$GITHUB_OUTPUT"
30
echo "version=$version" >> "$GITHUB_OUTPUT"
31
shell: bash
0 commit comments