Commit 91431ea 1 parent 352927b commit 91431ea Copy full SHA for 91431ea
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- name : ' Forker'
1
+ name : ' GitHub Forker'
2
2
author : ' lelia'
3
3
branding :
4
4
icon : ' git-branch'
5
5
color : ' green'
6
- description : ' Github action for automating fork creation'
6
+ description : ' GitHub action for automating fork creation'
7
7
inputs :
8
8
token :
9
- description : ' Github API token with forking permissions'
9
+ description : ' GitHub API token with forking permissions'
10
10
required : true
11
11
owner :
12
- description : ' Owner of Github repository being forked'
12
+ description : ' Owner of GitHub repository being forked'
13
13
required : true
14
14
repo :
15
- description : ' Github repository being forked'
15
+ description : ' GitHub repository being forked'
16
16
required : true
17
17
org :
18
- description : ' Github organization to fork the repository into'
18
+ description : ' GitHub organization to fork the repository into'
19
19
required : false
20
20
user :
21
- description : ' Github user requesting the fork'
21
+ description : ' GitHub user requesting the fork'
22
22
required : false
23
23
addUser :
24
- description : ' Add Github user to organization if missing'
24
+ description : ' Add GitHub user to organization if missing'
25
25
required : false
26
26
default : false
27
27
licenseAllowlist :
You can’t perform that action at this time.
0 commit comments