From: Jérôme Benoit Date: Thu, 7 Oct 2021 20:55:25 +0000 (+0200) Subject: Rename a GH action X-Git-Tag: v1.1.28~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c92e05e36a53b778508850b1cc36e1bb1da9b41a;p=e-mobility-charging-stations-simulator.git Rename a GH action Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e100408e..401dbfa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: npm run coverage - name: SonarCloud Scan if: "github.repository == 'jerome-benoit/charging-stations-simulator' && matrix.node-version == '14.x'" - uses: SonarSource/sonarcloud-github-action@master + uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}