chore: add a checkout step

pull/33/head
Paulo Henrique Cuchi 5 years ago committed by GitHub
parent 821296de1d
commit c67cf4d9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save