From 2865fd6e21b5f955d784b77c4ef4f610c1cc2f8d Mon Sep 17 00:00:00 2001 From: garronej Date: Wed, 10 Aug 2022 06:13:12 +0700 Subject: [PATCH] Update ts-ci in workflow --- .github/workflows/ci.yaml | 2 +- .github/workflows/template_initialization.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5034fd..25de1eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Tell if project is using npm or yarn id: step1 - uses: garronej/ts-ci@v1.1.4 + uses: garronej/ts-ci@v1.1.7 with: action_name: tell_if_project_uses_npm_or_yarn - uses: actions/checkout@v2.3.4 diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 8522972..5b12ca8 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -12,7 +12,7 @@ jobs: - name: Checking availability for module name ${{github.event.repository.name}} on NPM. id: id1 - uses: garronej/ts-ci@v1.1.4 + uses: garronej/ts-ci@v1.1.7 with: action_name: is_well_formed_and_available_module_name module_name: ${{github.event.repository.name}} @@ -38,7 +38,7 @@ jobs: mv LICENSE.template LICENSE - name : String replace id: id2 - uses: garronej/ts-ci@v1.1.4 + uses: garronej/ts-ci@v1.1.7 with: action_name: string_replace input_string: ${{github.event.repository.name}}