Skip to content

Commit c58604e

Browse files
committed
Hotfix: set template_name by disco when no file is changed
1 parent c16ec72 commit c58604e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/action/disco.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ func (c *Disco) Run(cc *cli.Context) (err error) {
8888
if len(changedDocs) == 0 {
8989
action.Infof("No changed asciidoc files found\n")
9090
action.SetOutput("disco_status", "noop")
91+
action.SetOutput("template_name", "disco/unpatched")
9192
return nil
9293
}
9394

0 commit comments

Comments
 (0)