From 7d15fca650e438cfd0ef9bd3ef4c94e676d477d4 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Mon, 25 Nov 2019 22:13:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7a9a2..8835e8a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Use this action in a build/test workflow which leaves deployable code in `GITHUB This action needs a `DEPLOY_KEY` secret variable. This should be the private key part of a ssh key pair. The public key part should be added to the authorized_keys file on the server that receives the deployment. This should be set in the Github secrets section and then referenced as an `env` variable. -# Required ARGs +# ARGs This action requires 4 args in the `with` block.