Skip to content

Commit

Permalink
chore: status verify
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMath123 committed May 18, 2024
1 parent 8cf1547 commit 7d6f13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function changeStatusDeployment(octokit, owner, repo, id) {
}
)

return response
return response.status === 201
}

async function run() {
Expand Down

0 comments on commit 7d6f13c

Please sign in to comment.