mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* chckout codes
This commit is contained in:
parent
47e3fc02b8
commit
459914c3da
4 changed files with 16 additions and 0 deletions
4
.github/workflows/verify-on-macos.yml
vendored
4
.github/workflows/verify-on-macos.yml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
|||
name: Connect to github.com
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v1
|
||||
- name: Install SSH key
|
||||
uses: ./.
|
||||
with:
|
||||
|
@ -20,6 +22,8 @@ jobs:
|
|||
name: Connect to github.com with name and config
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Checkout source codes
|
||||
uses: actions/checkout@v1
|
||||
- name: Install SSH key
|
||||
uses: ./.
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue