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:01:56 +09:00
parent ec88ecc576
commit e6a5ab6c58
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -17,6 +17,8 @@ jobs:
apt -y install openssh-client git apt -y install openssh-client git
- name: Checkout source codes - name: Checkout source codes
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: print HOME
run: echo ${HOME}
- name: Install SSH key - name: Install SSH key
uses: ./. uses: ./.
with: with: