It is now working again

This commit is contained in:
Joseph Garrone 2021-02-26 21:37:59 +01:00
parent 7e7edd6258
commit 7b02aaa834

View file

@ -9,27 +9,7 @@
---
NEW: `yarn` support ✅ You are now free to use yarn instead of `npm` if you'd like to.
⚠WARNING⚠: There is currently a problem with the initialization workflow that does not trigger automatically.
I am trying to adress the problem but for now the workaround is to manually edit `.github/workflow/template_initialization.yaml`
and replace:
```yaml
name: template_initialization
on:
create:
branches:
- develop
```
by:
```yaml
name: template_initialization
on:
push:
branches:
- develop
```
(Just remplace `create` by `push`)
✅ NEW: `yarn` support You are now free to use yarn instead of `npm` if you'd like to.
# Presentation