mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update action.yml
This commit is contained in:
parent
a5c6b4613e
commit
988058bf8c
12
action.yml
12
action.yml
@ -55,3 +55,15 @@ 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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user