From 7d6f13c468f9ad6d72046926fd37dd4330f91eff Mon Sep 17 00:00:00 2001 From: Matheus P Agostinho Date: Sat, 18 May 2024 10:53:12 -0300 Subject: [PATCH] chore: status verify --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {