Skip to content

Commit b8a60c2

Browse files
updated workflow
1 parent 315b140 commit b8a60c2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/create_repository.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
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
@@ -173,7 +173,7 @@ on:
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
@@ -185,7 +185,6 @@ on:
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
@@ -195,7 +194,6 @@ on:
195194
- EPL-2.0
196195
- EUPL-1.1
197196
- AGPL-3.0
198-
- GPL
199197
- GPL-2.0
200198
- GPL-3.0
201199
- LGPL
@@ -224,8 +222,6 @@ env:
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

230226
jobs:
231227
github-repository-creation-using-github-workflow:

0 commit comments

Comments
 (0)