Skip to content

Commit

Permalink
update workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten committed Aug 30, 2019
1 parent d7e0a42 commit 2cf8c2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ssh-example-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Command via SSH

on:
push
on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: ls -a via OPEN SSH Private Key
uses: garygrossgarten/github-action-ssh@test/0.1.0
uses: garygrossgarten/github-action-ssh@release
with:
command: ls -a
host: ${{ secrets.HOST }}
Expand Down

0 comments on commit 2cf8c2a

Please sign in to comment.