Skip to content

Commit

Permalink
link to title
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Aug 3, 2022
1 parent 3687cf9 commit 4e65aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ try {
const new_issue_duty = await octokit.issues.create({
owner: payload.repository.owner.login,
repo: payload.repository.name,
title,
title: title + ' ' + link,
body: content.data.html_url + '\n\n' + link + '\n\n' + html_url + '\n\n' + body,
})
console.error('new_issue_duty: ' + require('util').inspect(new_issue_duty, { depth: null }))
Expand Down

0 comments on commit 4e65aaa

Please sign in to comment.