chore: add a checkout step
This commit is contained in:
parent
821296de1d
commit
c67cf4d9f9
|
@ -6,6 +6,9 @@ jobs:
|
|||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: executing remote ssh commands using password
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue