We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85a1a0 commit fcca3a2Copy full SHA for fcca3a2
1 file changed
dependency_updater/dependency_updater.go
@@ -56,13 +56,11 @@ func main() {
56
Name: "commit",
57
Usage: "Stages updater changes and creates commit message",
58
Required: false,
59
- Value: false,
60
},
61
&cli.BoolFlag{
62
Name: "github-action",
63
Usage: "Specifies whether tool is being used through github action workflow",
64
65
66
67
68
Action: func(ctx context.Context, cmd *cli.Command) error {
0 commit comments