Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
janczizikow committed Sep 2, 2022
1 parent f751927 commit 17d8520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ async function main(
stateMap,
prExpression
) {
core.debug(release);
core.debug(release.body);
const pullRequestIds = getPullRequestsFromRelease(release, prExpression);
if (pullRequestIds.length == 0) {
core.debug("no pull requests released");
Expand Down

0 comments on commit 17d8520

Please sign in to comment.