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:
parent
a005abbf9b
commit
0fdb885c6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/verify-on-ubuntu-1604.yml
vendored
4
.github/workflows/verify-on-ubuntu-1604.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls -l ~/.ssh
|
run: ls -l ~/.ssh
|
||||||
- name: git clone through 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:
|
replace_key_if_exists_created:
|
||||||
name: Create key if not exist (if_key_exists=replace)
|
name: Create key if not exist (if_key_exists=replace)
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
|
@ -108,4 +108,4 @@ jobs:
|
||||||
- name: print created files
|
- name: print created files
|
||||||
run: ls -l ~/.ssh
|
run: ls -l ~/.ssh
|
||||||
- name: git clone through 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue