카공 Q&A 질문 생성,수정,삭제 기능구현 #46
Annotations
2 errors
Create Issue Branch
Cannot read properties of undefined (reading 'setOutput')
{
name: 'event',
id: '8401133759',
err: {
type: 'TypeError',
message: "Cannot read properties of undefined (reading 'setOutput')",
stack: "TypeError: Cannot read properties of undefined (reading 'setOutput')\n" +
' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1641:36\n' +
' at Generator.next (<anonymous>)\n' +
' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1594:58)',
event: {
id: '8401133759',
name: 'issues',
payload: {
action: 'opened',
issue: {
active_lock_reason: null,
assignee: null,
assignees: [],
author_association: 'CONTRIBUTOR',
body: '# 기능목록\r\n' +
'카공 Q&A 질문을 생성한다.\r\n' +
'\r\n' +
'카공 Q&A 질문을 수정한다.\r\n' +
'- 질문한 회원 본인만 수정 할 수 있다.\r\n' +
'- 답변이 작성된 질문은 수정 할 수 없다. (Q&A 답변 기능 구현할때 구현할것)\r\n' +
'\r\n' +
'카공 Q&A 질문을 삭제한다.\r\n' +
'- 질문한 회원 본인만 삭제 할 수 있다.\r\n' +
'- 답변이 작성된 질문은 수정 할 수 없다. (Q&A 답변 기능 구현할때 구현할것)',
closed_at: null,
comments: 0,
comments_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/58/comments',
created_at: '2024-03-23T10:20:34Z',
events_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/58/events',
html_url: 'https://github.com/Cafegory/Cafegory_Backend_REST_API/issues/58',
id: 2203810230,
labels: [
{
color: 'E77471',
default: false,
description: '우선순위 중',
id: 6360277681,
name: 'Priority: Medium',
node_id: 'LA_kwDOK9Z40c8AAAABexoisQ',
url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/labels/Priority:%20Medium'
},
{
color: '757c06',
default: false,
description: '처리해야 되는 이슈',
id: 6360281501,
name: 'Status: To Do',
node_id: 'LA_kwDOK9Z40c8AAAABexoxnQ',
url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/labels/Status:%20To%20Do'
},
{
color: 'a2eeef',
default: false,
description: '새로운 기능 및 개선 사항',
id: 6360283663,
name: 'Type: Feature/Function',
node_id: 'LA_kwDOK9Z40c8AAAABexo6Dw',
url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/labels/Type:%20Feature/Function'
},
{
color: '7057ff',
default: false,
description: 'UI 수정 및 개선 사항',
id: 6360284250,
name: 'Type: Feature/UI',
node_id: 'LA_kwDOK9Z40c8AAAABexo8Wg',
url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/labels/Type:%20Feature/UI'
}
],
labels_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/58/labels{/name}',
locked: false,
milestone: null,
node_id: 'I_kwDOK9Z40c6DW3m2',
number: 58,
performed_via_github_app: null,
reactions: {
'+1': 0,
'-1': 0,
confused: 0,
eyes: 0,
heart: 0,
hooray: 0,
laugh: 0,
rocket: 0,
total_count: 0,
url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/58/reactions'
},
repository_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API',
state: 'open',
state_reason: null,
timeline_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/58/timeline',
title: '카공 Q&A 질문 생성,수정,삭제 기능구현',
updated_at: '2024-03-23T10:20:35
|
Create Issue Branch
TypeError: Cannot read properties of undefined (reading 'setOutput')
at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1641:36
at Generator.next (<anonymous>)
at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1594:58)
{
err: {
type: 'AggregateError',
message: '\n' +
" TypeError: Cannot read properties of undefined (reading 'setOutput')\n" +
' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1641:36\n' +
' at Generator.next (<anonymous>)\n' +
' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1594:58)',
stack: 'AggregateError: \n' +
" TypeError: Cannot read properties of undefined (reading 'setOutput')\n" +
' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1641:36\n' +
' at Generator.next (<anonymous>)\n' +
' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1594:58)\n' +
' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:31755:19',
aggregateErrors: [
{
type: 'TypeError',
message: "Cannot read properties of undefined (reading 'setOutput')",
stack: "TypeError: Cannot read properties of undefined (reading 'setOutput')\n" +
' at /home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1641:36\n' +
' at Generator.next (<anonymous>)\n' +
' at fulfilled (/home/runner/work/_actions/robvanderleek/create-issue-branch/main/dist/index.js:1594:58)',
event: {
id: '8401133759',
name: 'issues',
payload: {
action: 'opened',
issue: {
active_lock_reason: null,
assignee: null,
assignees: [],
author_association: 'CONTRIBUTOR',
body: '# 기능목록\r\n' +
'카공 Q&A 질문을 생성한다.\r\n' +
'\r\n' +
'카공 Q&A 질문을 수정한다.\r\n' +
'- 질문한 회원 본인만 수정 할 수 있다.\r\n' +
'- 답변이 작성된 질문은 수정 할 수 없다. (Q&A 답변 기능 구현할때 구현할것)\r\n' +
'\r\n' +
'카공 Q&A 질문을 삭제한다.\r\n' +
'- 질문한 회원 본인만 삭제 할 수 있다.\r\n' +
'- 답변이 작성된 질문은 수정 할 수 없다. (Q&A 답변 기능 구현할때 구현할것)',
closed_at: null,
comments: 0,
comments_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/58/comments',
created_at: '2024-03-23T10:20:34Z',
events_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/58/events',
html_url: 'https://github.com/Cafegory/Cafegory_Backend_REST_API/issues/58',
id: 2203810230,
labels: [
{
color: 'E77471',
default: false,
description: '우선순위 중',
id: 6360277681,
name: 'Priority: Medium',
node_id: 'LA_kwDOK9Z40c8AAAABexoisQ',
url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/labels/Priority:%20Medium'
},
{
color: '757c06',
default: false,
description: '처리해야 되는 이슈',
id: 6360281501,
name: 'Status: To Do',
node_id: 'LA_kwDOK9Z40c8AAAABexoxnQ',
url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/labels/Status:%20To%20Do'
},
{
color: 'a2eeef',
default: false,
description: '새로운 기능 및 개선 사항',
id: 6360283663,
name: 'Type: Feature/Function',
node_id: 'LA_kwDOK9Z40c8AAAABexo6Dw',
url: 'https://api.github.com/repos/
|
Loading