From cdcc4725b39dd54a6ceef39da8241fc511e582be Mon Sep 17 00:00:00 2001 From: shimataro Date: Tue, 23 Feb 2021 11:27:02 +0900 Subject: [PATCH] test on Docker for Windows (#175) * test on Docker for Windows * Revert "test on Docker for Windows" This reverts commit 5ad4baf9d8d1211007b81ff6b46cd3d6792f3f7e. * update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfcbf06..1962baa 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ This action installs SSH key in `~/.ssh`. Useful for SCP, SFTP, and `rsync` over SSH in deployment script. -**Works on all [virtual environments](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources) --** -**Windows Server 2019, macOS Catalina, Ubuntu 20.04, Ubuntu 18.04, and Ubuntu 16.04.** +works on: + +* all [virtual machines](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources) (Windows Server 2019, macOS Catalina, and Ubuntu 20.04/18.04/16.04) +* [Docker container](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idcontainer) (needs `openssh-client` package) ## Usage