fix
This commit is contained in:
parent
4661a20940
commit
02c3f02a25
4
.github/workflows/assign-to-project.yml
vendored
4
.github/workflows/assign-to-project.yml
vendored
|
@ -98,6 +98,10 @@ jobs:
|
||||||
|
|
||||||
// get the item
|
// get the item
|
||||||
console.log('get the item...')
|
console.log('get the item...')
|
||||||
|
console.log(context)
|
||||||
|
console.log(context.issue)
|
||||||
|
console.log(context.pull_request)
|
||||||
|
console.log(context.issue())
|
||||||
const item = await github.issues.get({
|
const item = await github.issues.get({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user