Skip to content

Commit 01df58e

Browse files
committed
Merge branch 'dev' into releases/v3
2 parents eec2c13 + 988058b commit 01df58e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

action.yml

+12
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,15 @@ inputs:
5555
GIT_CONFIG_EMAIL:
5656
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."
5757
required: false
58+
59+
REPOSITORY_NAME:
60+
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"
61+
required: false
62+
63+
WORKSPACE:
64+
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."
65+
required: false
66+
67+
DEBUG:
68+
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."
69+
required: false

0 commit comments

Comments
 (0)