File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ name: Make New
4
4
on :
5
5
workflow_dispatch :
6
6
inputs :
7
- codeowner :
8
- description : Your GitHub username (my-user)
9
- required : true
10
7
repo :
11
8
description : GitHub repository name (new-repo)
12
9
required : true
35
32
gh repo-collab add $REPO $CODEOWNER --permission admin
36
33
env :
37
34
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
38
- CODEOWNER : ${{ github.event.inputs.codeowner }}
35
+ CODEOWNER : ${{ github.actor }}
39
36
REPO : seamapi/${{ github.event.inputs.repo }}
40
37
DESCRIPTION : ${{ github.event.inputs.description }}
41
38
bootstrap :
62
59
run : ./makenew.sh
63
60
env :
64
61
CI : ' true'
65
- mk_codeowner : ${{ github.event.inputs.codeowner }}
62
+ mk_codeowner : ${{ github.actor }}
66
63
mk_repo : ${{ github.event.inputs.repo }}
67
64
mk_slug : ${{ github.event.inputs.slug }}
68
65
mk_title : ${{ github.event.inputs.title }}
You can’t perform that action at this time.
0 commit comments