Change version number of ssh-agent

Github Actions failed with `webfactory/ssh-agent@v0.1`.
Works with `webfactory/ssh-agent@v0.1.1`.
This commit is contained in:
Kristoffer Andersson 2019-09-18 10:53:47 +02:00 committed by GitHub
parent e181806200
commit 3a051ce628
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
...
steps:
- actions/checkout@v1
- uses: webfactory/ssh-agent@v0.1
- uses: webfactory/ssh-agent@v0.1.1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- ... other steps