From b3a25893fc4d2ab776f93352b320c3a32f586a57 Mon Sep 17 00:00:00 2001 From: Saumya Jain Date: Mon, 8 Apr 2024 12:25:10 +0200 Subject: [PATCH] fix results to result CURA-10903 --- .github/workflows/printer-linter-pr-diagnose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/printer-linter-pr-diagnose.yml b/.github/workflows/printer-linter-pr-diagnose.yml index 86524ea956..2846cdb603 100644 --- a/.github/workflows/printer-linter-pr-diagnose.yml +++ b/.github/workflows/printer-linter-pr-diagnose.yml @@ -61,5 +61,5 @@ jobs: uses: platisd/clang-tidy-pr-comments@bc0bb7da034a8317d54e7fe1e819159002f4cc40 with: github_token: ${{ secrets.GITHUB_TOKEN }} - clang_tidy_fixes: results.yml + clang_tidy_fixes: result.yml request_changes: true