Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron authored Sep 7, 2021
1 parent 20ade89 commit 79d22ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ function getChangelogAndLatest(releases, {getInput}) {
latest.tag = tag_name;
}

console.log(`name '${name}'`);
console.log(`tag_name '${tag_name}'`);
console.log(`either '${name || tag_name}'`);
const title = formatTitle(name || tag_name, getInput);
const description = formatDescription(body, getInput);

Expand Down

0 comments on commit 79d22ee

Please sign in to comment.