We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df92c55 commit b8f32f9Copy full SHA for b8f32f9
1 file changed
dependency_updater/dependency_updater.go
@@ -64,7 +64,7 @@ func main() {
64
},
65
66
Action: func(ctx context.Context, cmd *cli.Command) error {
67
- err := updater(string(cmd.String("token")), string(cmd.String("repo")), cmd.Bool("commit"), cmd.Bool("github-action"))
+ err := updater(cmd.String("token"), cmd.String("repo"), cmd.Bool("commit"), cmd.Bool("github-action"))
68
if err != nil {
69
return fmt.Errorf("failed to run updater: %s", err)
70
}
0 commit comments