Skip to content

Commit 34ee66b

Browse files
committed
Try some quotes, why not?
1 parent d90f284 commit 34ee66b

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
@@ -25,7 +25,7 @@ runs:
2525
result=$(poetry version)
2626
name=$(echo "$result" | awk '{print $1}')
2727
version=$(echo "$result" | awk '{print $2}')
28-
path=$(poetry env info --path)
28+
path=$("poetry env info --path")
2929
echo "name=$name" >> "$GITHUB_OUTPUT"
3030
echo "version=$version" >> "$GITHUB_OUTPUT"
3131
shell: bash

0 commit comments

Comments
 (0)