1
0
Fork 0
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:
shimataro 2019-12-29 18:19:35 +09:00
parent c227f1743f
commit 5d83fca001
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

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