From: Jérôme Benoit Date: Sat, 21 Aug 2021 11:05:06 +0000 (+0200) Subject: Fix syntax error in GH action build.yml X-Git-Tag: v1.0.39~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fcb769025c2fe7e879637738926fa72d09f0593c;p=e-mobility-charging-stations-simulator.git Fix syntax error in GH action build.yml Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5396c211..9390bb5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: | cd docker make SUBMODULES_INIT=false - sonarcloud: + sonarcloud: name: SonarCloud runs-on: ubuntu-latest steps: