Skip to content

Commit

Permalink
Enable cml comment create --publish by default
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Oct 6, 2022
1 parent 9cfa5ab commit 877e2d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cml/comment/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ exports.options = kebabcaseKeys({
},
publish: {
type: 'boolean',
default: true,
description: 'Upload any local images found in the Markdown report'
},
publishUrl: {
Expand Down

2 comments on commit 877e2d5

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.