File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ name: Make New
44on :
55 workflow_dispatch :
66 inputs :
7- codeowner :
8- description : Your GitHub username (my-user)
9- required : true
107 repo :
118 description : GitHub repository name (new-repo)
129 required : true
3532 gh repo-collab add $REPO $CODEOWNER --permission admin
3633 env :
3734 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
38- CODEOWNER : ${{ github.event.inputs.codeowner }}
35+ CODEOWNER : ${{ github.actor }}
3936 REPO : seamapi/${{ github.event.inputs.repo }}
4037 DESCRIPTION : ${{ github.event.inputs.description }}
4138 bootstrap :
6259 run : ./makenew.sh
6360 env :
6461 CI : ' true'
65- mk_codeowner : ${{ github.event.inputs.codeowner }}
62+ mk_codeowner : ${{ github.actor }}
6663 mk_repo : ${{ github.event.inputs.repo }}
6764 mk_slug : ${{ github.event.inputs.slug }}
6865 mk_title : ${{ github.event.inputs.title }}
You can’t perform that action at this time.
0 commit comments