Skip to content

Commit 10bad85

Browse files
committed
Echo the poetry env info
1 parent a5a414d commit 10bad85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analyze-project/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ runs:
3030
echo "name=$name" >> "$GITHUB_OUTPUT"
3131
echo "version=$version" >> "$GITHUB_OUTPUT"
3232
stuff=$(poetry env info)
33+
echo $stuff
3334
shell: bash
3435
working-directory: ${{ inputs.project-directory }}
3536
- name: Check for lock changes

0 commit comments

Comments
 (0)