Skip to content

Commit 387c364

Browse files
corrected the syntax
1 parent 0b7e594 commit 387c364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_repository.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ env:
223223
HAS_WIKI: ${{ github.event.inputs.has_wiki }}
224224
GITIGNORE_TEMPLATE: ${{ github.event.inputs.gitignore_template }}
225225
LICENSE_TEMPLATE: ${{ github.event.inputs.license_template }}
226-
226+
227227
# Elevating Github token permissions to write all to create repo
228-
permissions: write-all
228+
permissions: write-all
229229

230230
jobs:
231231
github-repository-creation-using-github-workflow:

0 commit comments

Comments
 (0)