chore: Add missing descriptions

This commit is contained in:
peaceiris 2020-03-09 21:45:20 +09:00
parent c279167199
commit a7bc3c37fd

View File

@ -9,24 +9,24 @@ branding:
color: 'blue' color: 'blue'
inputs: inputs:
deploy_key: deploy_key:
description: '' description: 'Set a SSH private key from repository secret value for pushing to the remote branch.'
required: false required: false
github_token: github_token:
description: '' description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.'
required: false required: false
personal_token: personal_token:
description: '' description: 'Set a personal access token for pushing to the remote branch.'
required: false required: false
publish_branch: publish_branch:
description: '' description: 'Set a target branch for deployment.'
required: false required: false
default: 'gh-pages' default: 'gh-pages'
publish_dir: publish_dir:
description: '' description: 'Set an input directory for deployment.'
required: false required: false
default: 'public' default: 'public'
external_repository: external_repository:
description: '' description: 'Set an external repository (owner/repo).'
required: false required: false
allow_empty_commit: allow_empty_commit:
description: 'If empty commits should be made to the publication branch' description: 'If empty commits should be made to the publication branch'