mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* revert verify.yml
This commit is contained in:
parent
63f62aea75
commit
db252fa131
1 changed files with 0 additions and 35 deletions
35
.github/workflows/verify.yml
vendored
35
.github/workflows/verify.yml
vendored
|
@ -51,38 +51,3 @@ jobs:
|
||||||
run: ls ~/.ssh
|
run: ls ~/.ssh
|
||||||
- name: git clone through SSH
|
- name: git clone through SSH
|
||||||
run: git clone github:shimataro/ssh-key-action.git tmp
|
run: git clone github:shimataro/ssh-key-action.git tmp
|
||||||
call-multiple-times:
|
|
||||||
name: Call this action multiple times on ${{ matrix.os }}
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os:
|
|
||||||
- Windows-latest
|
|
||||||
- macOS-latest
|
|
||||||
- Ubuntu-latest
|
|
||||||
fail-fast: false
|
|
||||||
steps:
|
|
||||||
- name: Install SSH key
|
|
||||||
uses: shimataro/ssh-key-action@feature/append-config-known_hosts
|
|
||||||
with:
|
|
||||||
private-key: "DUMMY-PRIVATE-KEY"
|
|
||||||
public-key: "DUMMY-PUBLIC-KEY"
|
|
||||||
known-hosts: "DUMMY-KNOWN-HOSTS"
|
|
||||||
config: "DUMMY-CONFIG"
|
|
||||||
- name: print created files
|
|
||||||
run: |
|
|
||||||
ls ~/.ssh
|
|
||||||
cat ~/.ssh/known_hosts
|
|
||||||
cat ~/.ssh/config
|
|
||||||
- name: Install SSH key again
|
|
||||||
uses: shimataro/ssh-key-action@feature/append-config-known_hosts
|
|
||||||
with:
|
|
||||||
private-key: "DUMMY-PRIVATE-KEY"
|
|
||||||
public-key: "DUMMY-PUBLIC-KEY"
|
|
||||||
known-hosts: "DUMMY-KNOWN-HOSTS" # appended
|
|
||||||
config: "DUMMY-CONFIG" # appended
|
|
||||||
- name: print created files again
|
|
||||||
run: |
|
|
||||||
ls ~/.ssh
|
|
||||||
cat ~/.ssh/known_hosts
|
|
||||||
cat ~/.ssh/config
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue