diff --git a/action.yml b/action.yml index 9c080268..655a7b66 100644 --- a/action.yml +++ b/action.yml @@ -54,4 +54,16 @@ inputs: GIT_CONFIG_EMAIL: description: "Allows you to customize the email that is attached to the GitHub config which is used when pushing the deployment commits. If this is not included it will use the email in the GitHub context, followed by a generic noreply GitHub email." - required: false \ No newline at end of file + required: false + + REPOSITORY_NAME: + description: "Allows you to speicfy a different repository path so long as you have permissions to push to it. This should be formatted like so: JamesIves/github-pages-deploy-action" + required: false + + WORKSPACE: + description: "This should point to where your project lives on the virtual machine. The GitHub Actions environment will set this for you. It is only neccersary to set this variable if you're using the node module." + required: false + + DEBUG: + description: "By default the git commands are hidden from the log. If you'd like to turn them on you can toggle this to true." + required: false