Changelog ignore commits with word changelog, FIX: last changes not included in latest branch

This commit is contained in:
Joseph Garrone 2020-05-20 05:39:37 +02:00
parent 5c26178184
commit 0f5878dede
4 changed files with 11 additions and 8 deletions

View file

@ -7,7 +7,7 @@ jobs:
- name: Checking availability for module name ${{github.event.repository.name}} on NPM.
id: id1
uses: garronej/github_actions_toolkit@v1
uses: garronej/github_actions_toolkit@v1.1
with:
action_name: is_well_formed_and_available_module_name
module_name: ${{github.event.repository.name}}
@ -32,7 +32,7 @@ jobs:
- run: mv LICENSE.template LICENSE
- name : String replace
id: id2
uses: garronej/github_actions_toolkit@v1
uses: garronej/github_actions_toolkit@v1.1
with:
action_name: string_replace
input_string: ${{github.event.repository.name}}