Skip to content

Commit fd818f5

Browse files
authored
Merge branch 'master' into CR-25804-fix
2 parents d0da821 + 364d62c commit fd818f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

graduated/git-clone/step.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "1.0"
33
metadata:
44
name: git-clone
55
title: Clone a Git repository
6-
version: 1.0.5
6+
version: 1.0.6
77
isPublic: true
88
description: Clone a Git repository with Codefresh's built in Git provider integration.
99
sources:
@@ -77,6 +77,10 @@ spec:
7777
"exclude_blobs": {
7878
"type": "boolean",
7979
"description": "(boolean) Filter out all blobs (file contents). The default value is False."
80+
},
81+
"skip_tags_on_update": {
82+
"type": "boolean",
83+
"description": "When set, fetch updates without tags to minimize data transfer. If unset, tags are included in the fetch operation. The default value is False."
8084
}
8185
}
8286
}

0 commit comments

Comments
 (0)