Rename the project to SAP branding approved name
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 09513c93aed1463f7ea1269f658e271bde15c2d9..e49d7381ba9a49c148419d52a9bca7db1a6fb0ce 100644 (file)
@@ -32,7 +32,7 @@ jobs:
       - name: npm run coverage
         run: npm run coverage
       - name: SonarCloud Scan
-        if: "github.repository == 'sap/emobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"
+        if: "github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '16.x'"
         uses: sonarsource/sonarcloud-github-action@master
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any