ci(docker): typo in workflow step name for .env file

This commit is contained in:
Raphaël 2026-01-14 15:29:01 +01:00 committed by Maix0
parent ae6702ccbe
commit eccc763644

View file

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Generate valid .enva
- name: Generate valid .env
run: make generateEnv
- name: Build the Docker image
run: make all CI=y