Skip to content

Commit 0899ce9

Browse files
committed
Change variable name
1 parent 9d3f040 commit 0899ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

analyze-project/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ runs:
2929
echo $version
3030
echo "name=$name" >> "$GITHUB_OUTPUT"
3131
echo "version=$version" >> "$GITHUB_OUTPUT"
32-
venv-path="$(poetry env info --path)"
33-
echo $venv-path
34-
echo "venv=$venv-path" >> "$GITHUB_OUTPUT"
32+
venv="$(poetry env info --path)"
33+
echo $venv
34+
echo "venv=$venv" >> "$GITHUB_OUTPUT"
3535
shell: bash
3636
working-directory: ${{ inputs.project-directory }}
3737
- name: Check for lock changes

0 commit comments

Comments
 (0)