From 980b08d70e94c4ac0169ee5c5acc9ace2fe8ccd4 Mon Sep 17 00:00:00 2001 From: Barry Bell Date: Sat, 9 Feb 2019 13:19:13 +0000 Subject: [PATCH] Minor changes to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5104575..aa9a04a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Contention rsync deployments over ssh +# rsync deployments -Deploys *everything* in `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh. +This GitHub Action deploys *everything* in `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh. This action would usually follow a build/test action which leaves deployable code in `GITHUB_WORKSPACE`.