Skip to content

Commit af50766

Browse files
CR-12401-min-params (#45)
* update action Co-authored-by: Saffi <saffi.hartal@codefresh.io>
1 parent 31314c8 commit af50766

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ inputs:
44
VERSION:
55
description: specify client version
66
required: false
7+
<<<<<<< CR-12401-min-params
8+
default: 0.0.53
9+
=======
710
default: 0.0.51
11+
>>>>>>> main
812
CF_API_KEY:
913
description: "Codefresh API KEY"
1014
required: true

service.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
name: csdp-report-image
2-
version: 0.0.51
3-
2+
version: 0.0.53

0 commit comments

Comments
 (0)