Skip to content

Commit 156bbf7

Browse files
Update create_repository.yaml
1 parent 335d254 commit 156bbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ env:
222222
GITIGNORE_TEMPLATE: ${{ github.event.inputs.gitignore_template }}
223223
LICENSE_TEMPLATE: ${{ github.event.inputs.license_template }}
224224

225-
run-name: {{ github.actor }} creating ${{ inputs.repository_name }}
225+
run-name: ${{ github.actor }} creating ${{ inputs.repository_name }}
226226
jobs:
227227
github-repository-creation-using-github-workflow:
228228
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)