mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Move ci.yaml at root so initialization can trigger
This commit is contained in:
parent
0a6d5d1454
commit
b3e6ad10e0
3 changed files with 104 additions and 2 deletions
|
|
@ -30,8 +30,10 @@ jobs:
|
|||
IS_AVAILABLE_ON_NPM: ${{steps.id1.outputs.is_available_on_npm}}
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- run: mv README.template.md README.md
|
||||
- run: mv LICENSE.template LICENSE
|
||||
- run: |
|
||||
mv README.template.md README.md
|
||||
mv LICENSE.template LICENSE
|
||||
mv *.yaml .github/workflows/
|
||||
- name : String replace
|
||||
id: id2
|
||||
uses: garronej/github_actions_toolkit@v1.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue