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 c35bbb4 commit 94c19d6Copy full SHA for 94c19d6
analyze-project/action.yml
@@ -27,8 +27,6 @@ runs:
27
version=$(echo "$result" | awk '{print $2}')
28
echo "name=$name" >> "$GITHUB_OUTPUT"
29
echo "version=$version" >> "$GITHUB_OUTPUT"
30
- project_path=$(poetry env info --path)
31
- echo "venv-path=$project_path" >> "$GITHUB_OUTPUT"
32
shell: bash
33
working-directory: ${{ inputs.project-directory }}
34
- name: Check for lock changes
0 commit comments