Use $HOME to support OS X as well (#2)

This fixes #1. Windows is currently not supported.
This commit is contained in:
Matthias Pigulla 2019-09-15 09:32:43 +02:00 committed by GitHub
parent e9cec5c598
commit e181806200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 8 deletions

View file

@ -36,6 +36,10 @@ jobs:
## Known issues and limitations
### Currently OS X and Linux only
This action has not been tested for the Windows virtual environment. If you can provide the steps necessary to setup (even install?) OpenSSH on the Windows machine, please open an issue.
### Works for the current job only
Since each job [runs in a fresh instance](https://help.github.com/en/articles/about-github-actions#job) of the virtual environment, the SSH key will only be available in the job where this action has been referenced. You can, of course, add the action in multiple jobs or even workflows. All instances can use the same `SSH_PRIVATE_KEY` secret.