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 335d254 commit 156bbf7Copy full SHA for 156bbf7
.github/workflows/create_repository.yaml
@@ -222,7 +222,7 @@ env:
222
GITIGNORE_TEMPLATE: ${{ github.event.inputs.gitignore_template }}
223
LICENSE_TEMPLATE: ${{ github.event.inputs.license_template }}
224
225
-run-name: {{ github.actor }} creating ${{ inputs.repository_name }}
+run-name: ${{ github.actor }} creating ${{ inputs.repository_name }}
226
jobs:
227
github-repository-creation-using-github-workflow:
228
runs-on: ubuntu-latest
0 commit comments