From f72d5cded31ba821c2c6cac93b28a5bd6ca46a5d Mon Sep 17 00:00:00 2001 From: ElenaKhaustova <157851531+ElenaKhaustova@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:22:26 +0000 Subject: [PATCH] Renamed job (#4411) Signed-off-by: Elena Khaustova --- .github/workflows/detect-secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml index 15c3d77524..bec46e64e9 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -12,7 +12,7 @@ on: default: '' jobs: - lint: + detect-secrets: runs-on: ${{ inputs.os }} steps: - name: Checkout code