Skip to content

Commit

Permalink
test: log before and after
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoid committed Sep 3, 2024
1 parent af788c8 commit 6d40f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const getPushEventCommits = async () => {
const octokit = getOctokit(getInput('token'))
const { owner, repo } = eventContext.issue
const { before, after } = eventContext.payload
console.log(`before: ${before}, after: ${after}`)
const { data: comparison } = await octokit.rest.repos.compareCommits({
owner,
repo,
Expand Down

0 comments on commit 6d40f76

Please sign in to comment.