mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Add LICENSE files
This commit is contained in:
parent
f1496abf4d
commit
4699aa6581
3 changed files with 44 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2
|
||||
- run: mv README.template.md README.md
|
||||
- run: mv LICENSE.template LICENSE
|
||||
- name : String replace
|
||||
id: id2
|
||||
uses: garronej/github_actions_toolkit@master
|
||||
|
|
@ -40,7 +41,7 @@ jobs:
|
|||
- name: Replace tokens in README.MD and package.json
|
||||
uses: cschleiden/replace-tokens@v1
|
||||
with:
|
||||
files: '["README.md","package.json"]'
|
||||
files: '["README.md","package.json","LICENSE"]'
|
||||
env:
|
||||
REPO_NAME: ${{ github.event.repository.name }}
|
||||
USER_OR_ORG: ${{ github.repository_owner }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue