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