Prepare the repository to be hosted on SAP GitHub organisation
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index af014eb55b5b1783fb60efef18b4dcf5773eef42..afbe84d4b2770d87bc467ce1b93eac221cfbfaf7 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - name: npm run coverage
         run: npm run coverage
       - name: SonarCloud Scan
-        if: "github.repository == 'jerome-benoit/charging-stations-simulator' && matrix.node == '16.x'"
+        if: "github.repository == 'jerome-benoit/emobility-charging-stations-simulator' && matrix.node == '16.x'"
         uses: sonarsource/sonarcloud-github-action@master
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any