diff --git a/.github/workflows/verify-on-container.yml b/.github/workflows/verify-on-container.yml index 0fe3e81..bc98683 100644 --- a/.github/workflows/verify-on-container.yml +++ b/.github/workflows/verify-on-container.yml @@ -17,8 +17,6 @@ jobs: apt -y install openssh-client git - name: Checkout source codes uses: actions/checkout@v2 - - name: print HOME - run: echo ${HOME} - name: Install SSH key uses: ./. with: diff --git a/src/main.ts b/src/main.ts index b39d10c..17ded1c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -84,6 +84,7 @@ function getHomeDirectory(): string throw Error(`${homeEnv} is not defined`); } + console.log(`HOME directory: ${home}`); if(home === "/github/home") { // Docker container