Use local actions

This commit is contained in:
garronej 2021-12-01 13:52:44 +01:00
parent 75d22fac14
commit 793e9e66a0
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@ jobs:
steps:
- name: Tell if project is using npm or yarn
id: step1
uses: garronej/github_actions_toolkit@v2.2
uses: garronej/ts-ci@v1.0.0
with:
action_name: tell_if_project_uses_npm_or_yarn
- uses: actions/checkout@v2.3.4
@ -61,7 +61,7 @@ jobs:
to_version: ${{ steps.step1.outputs.to_version }}
is_upgraded_version: ${{steps.step1.outputs.is_upgraded_version }}
steps:
- uses: garronej/github_actions_toolkit@v2.2
- uses: garronej/ts-ci@v1.0.0
id: step1
with:
action_name: is_package_json_version_upgraded
@ -71,7 +71,7 @@ jobs:
needs: check_if_version_upgraded
if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true'
steps:
- uses: garronej/github_actions_toolkit@v2.4
- uses: garronej/ts-ci@v1.0.0
with:
action_name: update_changelog
branch: ${{ github.ref }}

View file

@ -12,7 +12,7 @@ jobs:
- name: Checking availability for module name ${{github.event.repository.name}} on NPM.
id: id1
uses: garronej/github_actions_toolkit@v1.9
uses: garronej/ts-ci@v1.0.0
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/github_actions_toolkit@v1.9
uses: garronej/ts-ci@v1.0.0
with:
action_name: string_replace
input_string: ${{github.event.repository.name}}