mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Fixing Issue #5
This commit is contained in:
parent
eecd500c94
commit
9fdbe5903e
3 changed files with 7 additions and 7 deletions
|
|
@ -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.1
|
||||
uses: garronej/github_actions_toolkit@v1.3
|
||||
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.1
|
||||
uses: garronej/github_actions_toolkit@v1.3
|
||||
with:
|
||||
action_name: string_replace
|
||||
input_string: ${{github.event.repository.name}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue