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 1
- name : ' Push directory to another repository '
2
- description : ' Useful to push files to another repository to be used, for example, via github pages '
1
+ name : ' Push generated file '
2
+ description : ' Push a generated file to another repository'
3
3
inputs :
4
4
token :
5
5
description : ' Github token for this action (you have to create this in your settings).'
6
6
required : true
7
7
source_file_path :
8
- description : ' "Path" to generated file. Ex : path/to/file.md'
8
+ description : ' "Path" to generated file. Example : path/to/file.md'
9
9
required : true
10
10
destination_repo :
11
- description : ' Repository to push file to.'
11
+ description : ' Repository to push file to. Example: some_user/some_repo '
12
12
required : true
13
13
destination_folder :
14
- description : ' Folder to push to in destination repository.'
14
+ description : ' Folder or folders to create or use in destination repository.'
15
15
required : true
16
16
target_branch :
17
17
description : ' [Optional] set target branch name for the destination repository. Default is "main".'
@@ -20,7 +20,7 @@ inputs:
20
20
description : " [Optional] Name of the commit's author. Default is user name of account doing action."
21
21
required : false
22
22
author_email :
23
- description : ' [Optional] Email for the git commit. Default is author@no-reply...'
23
+ description : ' [Optional] Email for the commit. Default is author@no-reply...'
24
24
required : false
25
25
runs :
26
26
using : ' docker'
You can’t perform that action at this time.
0 commit comments