File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1414 required : true
1515 repository_description :
1616 type : string
17- required : false
17+ required : true
1818 description : ' A short description of the repository.'
1919 private :
2020 type : boolean
173173 description : ' Desired language or platform .gitignore template to apply. Use the name of the template'
174174 license_template :
175175 required : false
176- description : ' '
176+ description : ' Choose license template '
177177 type : choice
178178 options :
179179 - AFL-3.0
185185 - BSD-3-Clause-Clear
186186 - BSD-4-Clause
187187 - 0BSD
188- - CC
189188 - CC0-1.0
190189 - CC-BY-4.0
191190 - CC-BY-SA-4.0
195194 - EPL-2.0
196195 - EUPL-1.1
197196 - AGPL-3.0
198- - GPL
199197 - GPL-2.0
200198 - GPL-3.0
201199 - LGPL
224222 GITIGNORE_TEMPLATE : ${{ github.event.inputs.gitignore_template }}
225223 LICENSE_TEMPLATE : ${{ github.event.inputs.license_template }}
226224
227- # Elevating Github token permissions to write all to create repo
228- # permissions: write-all
229225
230226jobs :
231227 github-repository-creation-using-github-workflow :
You can’t perform that action at this time.
0 commit comments