Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Aug 26, 2021
1 parent f4e86de commit 99ba15a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/CHANGELOG.md
latest_changes_header: '## 0.0.2\n\n'
latest_changes_header: '## 0.0.2\n'
debug_logs: true
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: false

- name: SonarCloud Scan
if: runner.os != 'macOS' && env.SONAR_TOKEN != null
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: SonarCloud Scan
# if: runner.os != 'macOS' && env.SONAR_TOKEN != null
# uses: SonarSource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 99ba15a

Please sign in to comment.