Skip to content

Commit b85a1a0

Browse files
committed
chore: updated
Updated dependencies for: reth => v1.5.1 (paradigmxyz/reth@v1.5.0...v1.5.1)
1 parent 5a886c9 commit b85a1a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dependency_updater/dependency_updater.go

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

0 commit comments

Comments
 (0)