We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7e594 commit 387c364Copy full SHA for 387c364
.github/workflows/create_repository.yaml
@@ -223,9 +223,9 @@ env:
223
HAS_WIKI: ${{ github.event.inputs.has_wiki }}
224
GITIGNORE_TEMPLATE: ${{ github.event.inputs.gitignore_template }}
225
LICENSE_TEMPLATE: ${{ github.event.inputs.license_template }}
226
-
+
227
# Elevating Github token permissions to write all to create repo
228
- permissions: write-all
+permissions: write-all
229
230
jobs:
231
github-repository-creation-using-github-workflow:
0 commit comments