Skip to content

Commit d90f284

Browse files
committed
Try without echoing the path
1 parent 867661a commit d90f284

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

analyze-project/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ runs:
2828
path=$(poetry env info --path)
2929
echo "name=$name" >> "$GITHUB_OUTPUT"
3030
echo "version=$version" >> "$GITHUB_OUTPUT"
31-
echo $path
3231
shell: bash
3332
working-directory: ${{ inputs.project-directory }}
3433
- name: Check for lock changes

0 commit comments

Comments
 (0)