diff --git a/src/main.js b/src/main.js index ff6d1d7..e5cb109 100644 --- a/src/main.js +++ b/src/main.js @@ -28,7 +28,7 @@ async function changeStatusDeployment(octokit, owner, repo, id) { } ) - return response + return response.status === 201 } async function run() {