From 69d8ea8fb280bbd6357a6917bb70cf34a034c02e Mon Sep 17 00:00:00 2001 From: droguljic <1875821+droguljic@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:29:45 +0200 Subject: [PATCH] docs: fix typo in `base_revision` parameter description Correctly spell the `pipeline.git.base_revision` stated in the `base_revision` parameter of the `detect_secrets_git` job. --- src/jobs/detect_secrets_git.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobs/detect_secrets_git.yml b/src/jobs/detect_secrets_git.yml index f1b6746..8cbff69 100644 --- a/src/jobs/detect_secrets_git.yml +++ b/src/jobs/detect_secrets_git.yml @@ -28,7 +28,7 @@ parameters: default: '' description: > The hash of the last scanned commit from the prior build. Usually, pass CircleCI - "<>" pipeline parameter. + "<>" pipeline parameter. steps: - checkout