Skip to content

Commit 988058b

Browse files
committed
Update action.yml
1 parent a5c6b46 commit 988058b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

action.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,16 @@ inputs:
5454

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."
57-
required: false
57+
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)