mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
update README; add install commands
This commit is contained in:
parent
fe5a150c9d
commit
6173d0badc
2 changed files with 12 additions and 12 deletions
18
.github/workflows/verify-on-container-ubuntu.yml
vendored
18
.github/workflows/verify-on-container-ubuntu.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key
|
||||
|
@ -87,7 +87,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key (dummy)
|
||||
|
@ -156,7 +156,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key (replace)
|
||||
|
@ -189,7 +189,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key (dummy)
|
||||
|
@ -226,7 +226,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key (replace)
|
||||
|
@ -259,7 +259,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key (dummy)
|
||||
|
@ -297,7 +297,7 @@ jobs:
|
|||
- name: Install packages
|
||||
run: |
|
||||
apt update
|
||||
apt -y install openssh-client git
|
||||
apy install -y openssh-client git
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v2
|
||||
- name: Install SSH key (replace)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue