Skip to content

Commit a7bc3c3

Browse files
committed
chore: Add missing descriptions
1 parent c279167 commit a7bc3c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ branding:
99
color: 'blue'
1010
inputs:
1111
deploy_key:
12-
description: ''
12+
description: 'Set a SSH private key from repository secret value for pushing to the remote branch.'
1313
required: false
1414
github_token:
15-
description: ''
15+
description: 'Set a generated GITHUB_TOKEN for pushing to the remote branch.'
1616
required: false
1717
personal_token:
18-
description: ''
18+
description: 'Set a personal access token for pushing to the remote branch.'
1919
required: false
2020
publish_branch:
21-
description: ''
21+
description: 'Set a target branch for deployment.'
2222
required: false
2323
default: 'gh-pages'
2424
publish_dir:
25-
description: ''
25+
description: 'Set an input directory for deployment.'
2626
required: false
2727
default: 'public'
2828
external_repository:
29-
description: ''
29+
description: 'Set an external repository (owner/repo).'
3030
required: false
3131
allow_empty_commit:
3232
description: 'If empty commits should be made to the publication branch'

0 commit comments

Comments
 (0)