Skip to content

Commit 94c19d6

Browse files
committed
Remove some bash code to narrow down error
1 parent c35bbb4 commit 94c19d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

analyze-project/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ runs:
2727
version=$(echo "$result" | awk '{print $2}')
2828
echo "name=$name" >> "$GITHUB_OUTPUT"
2929
echo "version=$version" >> "$GITHUB_OUTPUT"
30-
project_path=$(poetry env info --path)
31-
echo "venv-path=$project_path" >> "$GITHUB_OUTPUT"
3230
shell: bash
3331
working-directory: ${{ inputs.project-directory }}
3432
- name: Check for lock changes

0 commit comments

Comments
 (0)