Skip to content

Commit

Permalink
Generate build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbimochan committed Nov 22, 2022
1 parent 8df1e6e commit db04cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8486,9 +8486,9 @@ function appendLinkInDescription(context) {
return;
}

const updatedBody = `${prevBody} \n\n ----- \nJira link: <a href="${
const updatedBody = `${prevBody} \n\n ----- \nJira link: [${ticketNumber}](${
jirProjectUrl + "/" + ticketNumber
}" target="_blank"> Click here to visit ${ticketNumber}</a>`;
})`;

return updatedBody;
}
Expand Down

0 comments on commit db04cfa

Please sign in to comment.