Skip to content

Commit

Permalink
add debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
hayawata3626 committed Oct 16, 2023
1 parent 3ea93ca commit 07e6823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export async function run(): Promise<void> {
?.number as number
const GITHUB_TOKEN: string = core.getInput('github-token')
console.log('conditionsInput', conditionsInput)
console.log('owner', conditionsInput)
console.log('repo', conditionsInput)
console.log('owner', owner)
console.log('repo', repo)
console.log('pullNumber', pullNumber)

const response = await axios.get(
Expand Down

0 comments on commit 07e6823

Please sign in to comment.