From 5a97b6f50ee5bc22b8a670f36895064e4c7dfae5 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 16 May 2020 07:00:46 +0200 Subject: [PATCH] update --- .github/workflows/template_initialization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 17a6155..38106eb 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -45,7 +45,7 @@ jobs: REPO_NAME: ${{ github.event.repository.name }} USER_OR_ORG: ${{ github.repository_owner }} DESC: ${{ github.event.repository.description }} - REPO_NAME_NO_DASHES: ${{ steps.id1.outputs.replace_resultĀ }} + REPO_NAME_NO_DASHES: ${{ steps.id2.outputs.replace_resultĀ }} - uses: actions/setup-node@v1 - name: Update pre-configured dev dependencies run: |