Skip to content

Commit

Permalink
adjust action for build
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermares committed May 22, 2024
1 parent 0bd17c5 commit 96f23f0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/action.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ const run = async () => {
) {
await client.request(
`POST /repos/${owner}/${repo}/issues/${issue_number}/assignees`,
{
owner,
repo,
issue_number,
assignees: [author.login],
}
{ owner, repo, issue_number, assignees: [author.login] }
)
}
} catch (error) {
Expand Down

0 comments on commit 96f23f0

Please sign in to comment.