From 50648de45c57553acb614167078816097e65919b Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:30:35 -0300 Subject: [PATCH] Update pull-request-sonar.yml --- .github/workflows/pull-request-sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-sonar.yml b/.github/workflows/pull-request-sonar.yml index f894889..f0e451c 100644 --- a/.github/workflows/pull-request-sonar.yml +++ b/.github/workflows/pull-request-sonar.yml @@ -35,7 +35,7 @@ jobs: GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} GITLEAKS_ENABLE_SUMMARY: true GITLEAKS_ENABLE_UPLOAD_ARTIFACT: true - GITLEAKS_NOTIFY_USER_LIST: felipementel + GITLEAKS_NOTIFY_USER_LIST: @felipementel - name: Setup .NET uses: actions/setup-dotnet@v4