Skip to content

Commit 6503b58

Browse files
committed
setup-poetry: Don't echo $PWD
1 parent c322367 commit 6503b58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup-poetry/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ runs:
7474
run: |
7575
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
7676
echo "PATH=$PATH"
77-
echo "PWD=$PWD"
7877
echo "RUNNER_TEMP=$RUNNER_TEMP"
7978
echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE"
8079
ls -al "$POETRY_BIN_DIR" "$POETRY_HOME" "$POETRY_HOME_BIN" || true

0 commit comments

Comments
 (0)