Skip to content

Commit 91431ea

Browse files
authored
Update GitHub action name for marketplace
1 parent 352927b commit 91431ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

action.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
name: 'Forker'
1+
name: 'GitHub Forker'
22
author: 'lelia'
33
branding:
44
icon: 'git-branch'
55
color: 'green'
6-
description: 'Github action for automating fork creation'
6+
description: 'GitHub action for automating fork creation'
77
inputs:
88
token:
9-
description: 'Github API token with forking permissions'
9+
description: 'GitHub API token with forking permissions'
1010
required: true
1111
owner:
12-
description: 'Owner of Github repository being forked'
12+
description: 'Owner of GitHub repository being forked'
1313
required: true
1414
repo:
15-
description: 'Github repository being forked'
15+
description: 'GitHub repository being forked'
1616
required: true
1717
org:
18-
description: 'Github organization to fork the repository into'
18+
description: 'GitHub organization to fork the repository into'
1919
required: false
2020
user:
21-
description: 'Github user requesting the fork'
21+
description: 'GitHub user requesting the fork'
2222
required: false
2323
addUser:
24-
description: 'Add Github user to organization if missing'
24+
description: 'Add GitHub user to organization if missing'
2525
required: false
2626
default: false
2727
licenseAllowlist:

0 commit comments

Comments
 (0)