Update README.md

This commit is contained in:
Steven Agyekum 2019-11-25 22:13:12 +01:00 committed by GitHub
parent ab6e32151b
commit 7d15fca650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.