카페 리뷰 평점 계산 로직 구현 및 카페 정보 조회, 카페 목록 조회에 카공 가능 여부 추가 #77
add_feature_branch_when_issue_added.yml
on: issues
create_issue_branch_job
4s
Annotations
2 errors
create_issue_branch_job
Cannot read properties of undefined (reading 'setOutput')
{
name: 'event',
id: '8874447607',
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: '8874447607',
name: 'issues',
payload: {
action: 'opened',
issue: {
active_lock_reason: null,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4',
events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}',
followers_url: 'https://api.github.com/users/donghyun0304/followers',
following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}',
gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/donghyun0304',
id: 127406465,
login: 'donghyun0304',
node_id: 'U_kgDOB5gRgQ',
organizations_url: 'https://api.github.com/users/donghyun0304/orgs',
received_events_url: 'https://api.github.com/users/donghyun0304/received_events',
repos_url: 'https://api.github.com/users/donghyun0304/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/donghyun0304/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/donghyun0304/subscriptions',
type: 'User',
url: 'https://api.github.com/users/donghyun0304'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4',
events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}',
followers_url: 'https://api.github.com/users/donghyun0304/followers',
following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}',
gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/donghyun0304',
id: 127406465,
login: 'donghyun0304',
node_id: 'U_kgDOB5gRgQ',
organizations_url: 'https://api.github.com/users/donghyun0304/orgs',
received_events_url: 'https://api.github.com/users/donghyun0304/received_events',
repos_url: 'https://api.github.com/users/donghyun0304/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/donghyun0304/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/donghyun0304/subscriptions',
type: 'User',
url: 'https://api.github.com/users/donghyun0304'
}
],
author_association: 'CONTRIBUTOR',
body: '# 추가/개선 필요 요소\r\n' +
'\r\n' +
'1. 카페 리뷰 평점 계산\r\n' +
'2. 카페 정보조회, 카페 목록 조회에 카공 가능 여부\r\n' +
'\r\n' +
'# 추가/개선 필요 이유\r\n' +
'이전에 구현하지 못한 부분 구현 필요\r\n',
closed_at: null,
comments: 0,
comments_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/88/comments',
created_at: '2024-04-29T06:47:52Z',
events_url: 'https://api.github.com/repos/Cafegory/Cafegory_Backend_REST_API/issues/88/events',
html_url: 'https://github.com/Cafegory/Cafegory_Backend_REST_API/issues/88',
id: 2268255675,
labels: [
{
color: 'E77471',
default: false,
description: '우선순위 중',
id: 6360277681,
name: 'Priority: Medium',
|
create_issue_branch_job
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:31751: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: '8874447607',
name: 'issues',
payload: {
action: 'opened',
issue: {
active_lock_reason: null,
assignee: {
avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4',
events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}',
followers_url: 'https://api.github.com/users/donghyun0304/followers',
following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}',
gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/donghyun0304',
id: 127406465,
login: 'donghyun0304',
node_id: 'U_kgDOB5gRgQ',
organizations_url: 'https://api.github.com/users/donghyun0304/orgs',
received_events_url: 'https://api.github.com/users/donghyun0304/received_events',
repos_url: 'https://api.github.com/users/donghyun0304/repos',
site_admin: false,
starred_url: 'https://api.github.com/users/donghyun0304/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/donghyun0304/subscriptions',
type: 'User',
url: 'https://api.github.com/users/donghyun0304'
},
assignees: [
{
avatar_url: 'https://avatars.githubusercontent.com/u/127406465?v=4',
events_url: 'https://api.github.com/users/donghyun0304/events{/privacy}',
followers_url: 'https://api.github.com/users/donghyun0304/followers',
following_url: 'https://api.github.com/users/donghyun0304/following{/other_user}',
gists_url: 'https://api.github.com/users/donghyun0304/gists{/gist_id}',
gravatar_id: '',
html_url: 'https://github.com/donghyun0304',
id: 127406465,
login: 'donghyun0304',
node_id: 'U_kgDOB5gRgQ',
organizations_url: 'https://api.github.com/users/donghyun0304/orgs',
received_events_url: 'https://api.github.com/us
|