From 384000b335aaf4d47b5228ecbc8903c54d074eee Mon Sep 17 00:00:00 2001 From: shimataro Date: Tue, 31 Dec 2019 13:18:10 +0900 Subject: [PATCH] * update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97b783c..51a38c8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This action installs SSH key into `~/.ssh`. Useful for SCP, SFTP, and `rsync` over SSH in deployment script. +**Works on all [virtual environment](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources) -- Windows, macOS, Ubuntu and Ubuntu 16.04.** + ## Usage Add your SSH key to your product secrets by clicking `Settings` - `Secrets` - `Add a new secret` beforehand.