1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

print home

This commit is contained in:
shimataro 2021-02-08 23:05:36 +09:00
parent e6a5ab6c58
commit 2a6a2e5875
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
2 changed files with 1 additions and 2 deletions

View file

@ -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:

View file

@ -84,6 +84,7 @@ function getHomeDirectory(): string
throw Error(`${homeEnv} is not defined`);
}
console.log(`HOME directory: ${home}`);
if(home === "/github/home")
{
// Docker container