diff --git a/CHANGELOG.md b/CHANGELOG.md index ac50e04..7b560e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 81484bb..6001c32 100644 --- a/README.md +++ b/README.md @@ -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 }}