We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base_revision
1 parent 6fd9938 commit 4224233Copy full SHA for 4224233
src/jobs/detect_secrets_git.yml
@@ -28,7 +28,7 @@ parameters:
28
default: ''
29
description: >
30
The hash of the last scanned commit from the prior build. Usually, pass CircleCI
31
- "<<pipeline.git.base revision>>" pipeline parameter.
+ "<<pipeline.git.base_revision>>" pipeline parameter.
32
33
steps:
34
- checkout
0 commit comments