From c67cf4d9f9358800acebde54b627126e66c9ed38 Mon Sep 17 00:00:00 2001 From: Paulo Henrique Cuchi Date: Wed, 12 Feb 2020 17:24:02 -0300 Subject: [PATCH] chore: add a checkout step --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17a3f16..5914e9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: