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 2648d0c commit 4579668Copy full SHA for 4579668
analyze-project/action.yml
@@ -27,7 +27,7 @@ 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)
+ project_path=$(poetry env info --path -C "${{ inputs.project-directory }}")
31
echo "venv-path=$project_path" >> $GITHUB_OUTPUT
32
shell: bash
33
- name: Check for lock changes
0 commit comments