Skip to content

Commit

Permalink
test: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyang committed Mar 25, 2024
1 parent 6753a6b commit dd16ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async function getPullRequestLabelNames(
repo,
commit_sha,
});
core.debug(`Retrieved commit: ${response}`);
core.debug(`Retrieved commit data: ${response.data}`);

const pr = response.data.length > 0 && response.data[0];
Expand Down

0 comments on commit dd16ceb

Please sign in to comment.