mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* print created files twice
This commit is contained in:
parent
c227f1743f
commit
5d83fca001
1 changed files with 3 additions and 1 deletions
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
|
@ -71,6 +71,8 @@ jobs:
|
||||||
DUMMY-KNOWN-HOSTS
|
DUMMY-KNOWN-HOSTS
|
||||||
config: |
|
config: |
|
||||||
DUMMY-CONFIG
|
DUMMY-CONFIG
|
||||||
|
- name: print created files
|
||||||
|
run: ls ~/.ssh
|
||||||
- name: Install SSH key again
|
- name: Install SSH key again
|
||||||
uses: shimataro/ssh-key-action@HEAD
|
uses: shimataro/ssh-key-action@HEAD
|
||||||
with:
|
with:
|
||||||
|
@ -81,5 +83,5 @@ jobs:
|
||||||
DUMMY-KNOWN-HOSTS
|
DUMMY-KNOWN-HOSTS
|
||||||
config: | # appended; size fill be 26 bytes.
|
config: | # appended; size fill be 26 bytes.
|
||||||
DUMMY-CONFIG
|
DUMMY-CONFIG
|
||||||
- name: print created files
|
- name: print created files again
|
||||||
run: ls ~/.ssh
|
run: ls ~/.ssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue