Skip to content

Commit 31c865a

Browse files
authored
Improve descriptions
1 parent 5aace9d commit 31c865a

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
@@ -1,17 +1,17 @@
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'
33
inputs:
44
token:
55
description: 'Github token for this action (you have to create this in your settings).'
66
required: true
77
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'
99
required: true
1010
destination_repo:
11-
description: 'Repository to push file to.'
11+
description: 'Repository to push file to. Example: some_user/some_repo'
1212
required: true
1313
destination_folder:
14-
description: 'Folder to push to in destination repository.'
14+
description: 'Folder or folders to create or use in destination repository.'
1515
required: true
1616
target_branch:
1717
description: '[Optional] set target branch name for the destination repository. Default is "main".'
@@ -20,7 +20,7 @@ inputs:
2020
description: "[Optional] Name of the commit's author. Default is user name of account doing action."
2121
required: false
2222
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...'
2424
required: false
2525
runs:
2626
using: 'docker'

0 commit comments

Comments
 (0)