repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4f1190
)
Rename a GH action
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Oct 2021 20:55:25 +0000
(22:55 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Oct 2021 20:55:25 +0000
(22:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index e100408ecc8ff116cc3de691dafde45e7ec6990c..401dbfa8ed6d3a32f827db4707da24fe65e7c667 100644
(file)
--- 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:
SonarS
ource/sonarcloud-github-action@master
+ uses:
sonars
ource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}