Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
garygrossgarten authored Aug 30, 2019
1 parent 22bdbf9 commit 3a24098
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Hello World Example
name: Command via SSH

on:
push
Expand All @@ -8,10 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: run my action
uses: garygrossgarten/billy-github-action@release
- name: ls -a via OPEN SSH Private Key
uses: garygrossgarten/github-action-ssh@release/0.1.0
with:
name: Gary
command: ls -a
host: ${{ secrets.HOST }}
username: garygrossgarten
passphrase: ${{ secrets.PASSPHRASE }}
privateKey: ${{ secrets.PRIVATE_KEY}}

env:
CI: true

0 comments on commit 3a24098

Please sign in to comment.