Add LICENSE files

This commit is contained in:
Joseph Garrone 2020-05-17 00:39:20 +02:00
parent f1496abf4d
commit 4699aa6581
3 changed files with 44 additions and 1 deletions

View file

@ -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 }}