File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,24 +9,24 @@ branding:
9
9
color : ' blue'
10
10
inputs :
11
11
deploy_key :
12
- description : ' '
12
+ description : ' Set a SSH private key from repository secret value for pushing to the remote branch. '
13
13
required : false
14
14
github_token :
15
- description : ' '
15
+ description : ' Set a generated GITHUB_TOKEN for pushing to the remote branch. '
16
16
required : false
17
17
personal_token :
18
- description : ' '
18
+ description : ' Set a personal access token for pushing to the remote branch. '
19
19
required : false
20
20
publish_branch :
21
- description : ' '
21
+ description : ' Set a target branch for deployment. '
22
22
required : false
23
23
default : ' gh-pages'
24
24
publish_dir :
25
- description : ' '
25
+ description : ' Set an input directory for deployment. '
26
26
required : false
27
27
default : ' public'
28
28
external_repository :
29
- description : ' '
29
+ description : ' Set an external repository (owner/repo). '
30
30
required : false
31
31
allow_empty_commit :
32
32
description : ' If empty commits should be made to the publication branch'
You can’t perform that action at this time.
0 commit comments