1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00

chore: add a checkout step

This commit is contained in:
Paulo Henrique Cuchi 2020-02-12 17:24:02 -03:00 committed by GitHub
parent 821296de1d
commit c67cf4d9f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: