From 7d68cc4271c4241127cba347bf16524c4a2f3d9c Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sun, 15 Sep 2019 07:31:23 +0000 Subject: [PATCH] Note in the README that Windows is currently not supported --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d9c861..b445621 100644 --- a/README.md +++ b/README.md @@ -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.