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 a5a414d commit 10bad85Copy full SHA for 10bad85
analyze-project/action.yml
@@ -30,6 +30,7 @@ runs:
30
echo "name=$name" >> "$GITHUB_OUTPUT"
31
echo "version=$version" >> "$GITHUB_OUTPUT"
32
stuff=$(poetry env info)
33
+ echo $stuff
34
shell: bash
35
working-directory: ${{ inputs.project-directory }}
36
- name: Check for lock changes
0 commit comments