From 1ce7f2454c7f59b4c678ab24a34e8b1f74fe537f Mon Sep 17 00:00:00 2001 From: itaimarongwe-okta <112408457+itaimarongwe-okta@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:23:23 -0400 Subject: [PATCH] update argument value --- .github/workflows/rl-scanner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 9c4cbb02..3b1c84a3 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -79,6 +79,6 @@ jobs: --name "${{ github.event.repository.name }}" \ --repository "${{ github.repository }}" \ --commit "${{ github.sha }}" \ - --build-env "github_action" \ + --build-env "github_actions" \ --suppress_output continue-on-error: true