Skip to content

Commit 767e6bf

Browse files
committed
Add bin location to PATH
1 parent 5881356 commit 767e6bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ runs:
8383
run: |
8484
python -m pip install --upgrade pip
8585
python -m pip install --user gitverse
86-
echo "$(python -m site --user-base)/bin" >> $GITHUB_PATH
86+
echo "PATH=$(python -m site --user-base)/bin:$PATH" >> $GITHUB_ENV
87+
export PATH="$(python -m site --user-base)/bin:$PATH"
8788
gitverse_version=$(gitverse --version)
8889
echo "::notice title=gitverse version::${gitverse_version}"
8990
shell: bash

0 commit comments

Comments
 (0)