Skip to content

Commit

Permalink
Prepare the v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Jan 14, 2020
1 parent c6eb7ee commit b6c65be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit b6c65be

Please sign in to comment.