From d51ef77e5785179f908ae311fe70810d6aa97dd4 Mon Sep 17 00:00:00 2001 From: Aaron Chong Date: Thu, 4 Jul 2024 13:54:55 +0800 Subject: [PATCH] Using HOME env var of runner Signed-off-by: Aaron Chong --- .github/actions/bootstrap/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index 53de93f4d..20a685048 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -22,7 +22,7 @@ runs: shell: bash run: | curl -fsSL https://raw.githubusercontent.com/pnpm/get.pnpm.io/main/install.sh | env PNPM_VERSION=8.6.12 bash - && \ - source /root/.bashrc && \ + source $HOME/.bashrc && \ pnpm env use --global 16 - name: Install pipenv run: pip3 install pipenv