mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-01 13:01:23 +01:00
Fix ci.yml syntax
This commit is contained in:
parent
6e5cb3b9f2
commit
49a8db83c8
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
||||
with:
|
||||
branch: gh-pages # The branch the action should deploy to.
|
||||
folder: javadocs # The folder the action should deploy.
|
||||
- name: 🩺 SonarCloud: Java
|
||||
- name: 🩺 SonarCloud - Java
|
||||
if: "${{ env.SONAR_TOKEN != '' }}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@ -116,7 +116,7 @@ jobs:
|
||||
run: |
|
||||
cd Plan
|
||||
./gradlew sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=player-analytics-plan
|
||||
- name: 🩺 SonarCloud: React
|
||||
- name: 🩺 SonarCloud - React
|
||||
if: "${{ env.SONAR_TOKEN != '' }}"
|
||||
uses: SonarSource/sonarcloud-github-action@master
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user