Skip to content

Commit fcca3a2

Browse files
committed
view
1 parent b85a1a0 commit fcca3a2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dependency_updater/dependency_updater.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ func main() {
5656
Name: "commit",
5757
Usage: "Stages updater changes and creates commit message",
5858
Required: false,
59-
Value: false,
6059
},
6160
&cli.BoolFlag{
6261
Name: "github-action",
6362
Usage: "Specifies whether tool is being used through github action workflow",
6463
Required: false,
65-
Value: false,
6664
},
6765
},
6866
Action: func(ctx context.Context, cmd *cli.Command) error {

0 commit comments

Comments
 (0)