From 21bb446b6717a0dd319d2ad21b9400c21687cdb4 Mon Sep 17 00:00:00 2001 From: Damian Borowiecki Date: Wed, 18 Oct 2023 15:19:43 +0200 Subject: [PATCH] Update ci.yml (#86) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 666c9bb..dcea3ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: My Test Single Project +name: Module SonarCloud CI Pipeline on: push: branches: @@ -20,4 +20,4 @@ jobs: uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}