Skip to content

Commit

Permalink
fix: repo change
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Sep 28, 2023
1 parent 4cc45fe commit acd85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bezier-icons/scripts/add-pr-description.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const pullNumber = process.argv[3]

const updateDescription = async (description) => {
try {
const res = await fetch(`https://api.github.com/repos/channel-io/bezier-react/pulls/${pullNumber}`, {
const res = await fetch(`https://api.github.com/repos/yangwooseong/bezier-react/pulls/${pullNumber}`, {
method: 'PATCH',
headers: {
'X-GitHub-Api-Version': '2022-11-28',
Expand Down

0 comments on commit acd85c0

Please sign in to comment.