Skip to content

Commit d840da7

Browse files
committed
Remove stray quote
1 parent 228461b commit d840da7

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
@@ -22,7 +22,7 @@ runs:
2222
- name: Get project name and version
2323
id: get_project_info
2424
run: |
25-
result=$(poetry version")
25+
result=$(poetry version)
2626
name=$(echo "$result" | awk '{print $1}')
2727
version=$(echo "$result" | awk '{print $2}')
2828
echo "name=$name" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)