mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update actions
This commit is contained in:
parent
78ad65b098
commit
974ef9f086
2 changed files with 5 additions and 5 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Tell if project is using npm or yarn
|
- name: Tell if project is using npm or yarn
|
||||||
id: step1
|
id: step1
|
||||||
uses: garronej/ts-ci@v1.1.1
|
uses: garronej/ts-ci@v1.1.2
|
||||||
with:
|
with:
|
||||||
action_name: tell_if_project_uses_npm_or_yarn
|
action_name: tell_if_project_uses_npm_or_yarn
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
|
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
|
||||||
is_release_beta: ${{steps.step1.outputs.is_release_beta }}
|
is_release_beta: ${{steps.step1.outputs.is_release_beta }}
|
||||||
steps:
|
steps:
|
||||||
- uses: garronej/ts-ci@v1.1.1
|
- uses: garronej/ts-ci@v1.1.2
|
||||||
id: step1
|
id: step1
|
||||||
with:
|
with:
|
||||||
action_name: is_package_json_version_upgraded
|
action_name: is_package_json_version_upgraded
|
||||||
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
needs: check_if_version_upgraded
|
needs: check_if_version_upgraded
|
||||||
if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true'
|
if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: garronej/ts-ci@v1.1.1
|
- uses: garronej/ts-ci@v1.1.2
|
||||||
with:
|
with:
|
||||||
action_name: update_changelog
|
action_name: update_changelog
|
||||||
branch: ${{ github.head_ref }}
|
branch: ${{ github.head_ref }}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
|
|
||||||
- name: Checking availability for module name ${{github.event.repository.name}} on NPM.
|
- name: Checking availability for module name ${{github.event.repository.name}} on NPM.
|
||||||
id: id1
|
id: id1
|
||||||
uses: garronej/ts-ci@v1.1.1
|
uses: garronej/ts-ci@v1.1.2
|
||||||
with:
|
with:
|
||||||
action_name: is_well_formed_and_available_module_name
|
action_name: is_well_formed_and_available_module_name
|
||||||
module_name: ${{github.event.repository.name}}
|
module_name: ${{github.event.repository.name}}
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
mv LICENSE.template LICENSE
|
mv LICENSE.template LICENSE
|
||||||
- name : String replace
|
- name : String replace
|
||||||
id: id2
|
id: id2
|
||||||
uses: garronej/ts-ci@v1.1.1
|
uses: garronej/ts-ci@v1.1.2
|
||||||
with:
|
with:
|
||||||
action_name: string_replace
|
action_name: string_replace
|
||||||
input_string: ${{github.event.repository.name}}
|
input_string: ${{github.event.repository.name}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue