Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
layoutd authored Jul 24, 2023
1 parent 1f685aa commit be4daf5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default async ( { context, github, inputs, refName } ) => {
( wpVersion ? ' --wp_tested=' + wpVersion : '' ) +
( wcVersion ? ' --wc_tested=' + wcVersion : '' );

const title = `${
type.charAt( 0 ).toUpperCase() + type.slice( 1 )
const title = `${
type.charAt( 0 ).toUpperCase() + type.slice( 1 )
} ${ version }`;
// We need to add only one newline before the pre-steps to make sure it's rendered as a list.
let trimmedPreSteps = preSteps;
Expand Down

0 comments on commit be4daf5

Please sign in to comment.