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

fix SSH connection commands

This commit is contained in:
shimataro 2021-03-07 19:42:06 +09:00
parent a005abbf9b
commit 0fdb885c6e
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -92,7 +92,7 @@ jobs:
- name: print created files
run: ls -l ~/.ssh
- name: git clone through SSH
run: git clone github:shimataro/ssh-key-action.git tmp
run: git clone git@github.com:shimataro/ssh-key-action.git tmp
replace_key_if_exists_created:
name: Create key if not exist (if_key_exists=replace)
runs-on: ubuntu-16.04
@ -108,4 +108,4 @@ jobs:
- name: print created files
run: ls -l ~/.ssh
- name: git clone through SSH
run: git clone github:shimataro/ssh-key-action.git tmp
run: git clone git@github.com:shimataro/ssh-key-action.git tmp