Skip to content

Commit 82a0240

Browse files
author
Bence Szikszai
committed
Add config directory as well.
1 parent 4077368 commit 82a0240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup-poetry/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ runs:
2828
if: runner.os != 'Windows'
2929
run: |
3030
echo "POETRY_BIN_DIR=$RUNNER_TEMP/poetry/bin" >> "$GITHUB_ENV"
31+
echo "POETRY_CONFIG_DIR=$RUNNER_TEMP/poetry/config" >> "$GITHUB_ENV"
3132
echo "POETRY_HOME=$RUNNER_TEMP/poetry/home" >> "$GITHUB_ENV"
3233
echo "POETRY_HOME_BIN=$RUNNER_TEMP/poetry/home/bin" >> "$GITHUB_ENV"
3334
echo "$RUNNER_TEMP/poetry/bin" >> "$GITHUB_PATH"
@@ -36,6 +37,7 @@ runs:
3637
if: runner.os == 'Windows'
3738
run: |
3839
Add-Content $env:GITHUB_ENV "POETRY_BIN_DIR=$env:RUNNER_TEMP\poetry\bin"
40+
Add-Content $env:GITHUB_ENV "POETRY_CONFIG_DIR=$env:RUNNER_TEMP\poetry\config"
3941
Add-Content $env:GITHUB_ENV "POETRY_HOME=$env:RUNNER_TEMP\poetry\home"
4042
Add-Content $env:GITHUB_ENV "POETRY_HOME_BIN=$env:RUNNER_TEMP\poetry\home\Scripts"
4143
Add-Content $env:GITHUB_PATH "$env:RUNNER_TEMP\poetry\bin"

0 commit comments

Comments
 (0)