Run action directly from this repo

This commit is contained in:
Matthias Pigulla 2019-09-15 07:22:59 +00:00
parent 58fb13428a
commit bf93b0e5d9
3 changed files with 8 additions and 7 deletions

View file

@ -7,8 +7,9 @@ jobs:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Setup key
uses: webfactory/ssh-agent@master
uses: ./
with:
ssh-private-key: ${{ secrets.DEMO_KEY }}
- run: |