Prepare the v0.2.0 release

This commit is contained in:
Matthias Pigulla 2020-01-14 09:32:40 +00:00
parent c6eb7ee1d8
commit b6c65becb0
2 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## v0.2.0
### Added
* Multiple SSH keys can now be provided (#14, closes #7). Thanks to

View file

@ -27,9 +27,9 @@ jobs:
...
steps:
- actions/checkout@v1
# Make sure the @v0.1.1 matches the current version of the
# Make sure the @v0.2.0 matches the current version of the
# action
- uses: webfactory/ssh-agent@v0.1.1
- uses: webfactory/ssh-agent@v0.2.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- ... other steps
@ -44,7 +44,7 @@ In that case, you can set-up the different keys as multiple secrets and pass the
```yaml
# ... contens as before
- uses: webfactory/ssh-agent@v0.1.1
- uses: webfactory/ssh-agent@v0.2.0
with:
ssh-private-key: |
${{ secrets.FIRST_KEY }}