Update template_initialization.yaml

This commit is contained in:
Garrone Joseph 2020-05-16 01:12:05 +02:00 committed by GitHub
parent 56dc5d6349
commit ad133f2229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@ jobs:
REPO_NAME: ${{ github.event.repository.name }} REPO_NAME: ${{ github.event.repository.name }}
USER_OR_ORG: ${{ github.repository_owner }} USER_OR_ORG: ${{ github.repository_owner }}
DESC: ${{ github.event.repository.description }} DESC: ${{ github.event.repository.description }}
REPO_NAME_NO_DASHES: ${{ TODO }}
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
- name: Update pre-configured dev dependencies - name: Update pre-configured dev dependencies
run: | run: |