From e4dd7bcc879c98f034d7b112ea313740e96d287a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 3 Nov 2022 12:01:33 +0000 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 3c0c4b943..6b2188a0c 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -6,7 +6,7 @@ on: SONAR_TOKEN: required: true inputs: - extraArgs: + extra_args: type: string required: false description: "Extra args to pass to SonarCloud" @@ -38,7 +38,7 @@ jobs: coverage_run_id: ${{ github.event.workflow_run.id }} coverage_workflow_name: tests.yml coverage_extract_path: coverage - extraArgs: ${{ inputs.extraArgs }} + extra_args: ${{ inputs.extra_args }} - uses: Sibz/github-status-action@v1 if: always()