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:
parent
ec88ecc576
commit
e6a5ab6c58
1 changed files with 2 additions and 0 deletions
2
.github/workflows/verify-on-container.yml
vendored
2
.github/workflows/verify-on-container.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue