From 15184a3e5abcc066b53bf778b95c9d9d2a01bc3e Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 10:53:57 -0600 Subject: [PATCH] test_12 --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index 78fd708..614c157 100644 --- a/action.js +++ b/action.js @@ -16,7 +16,7 @@ const sendFile = async (urlPath, data) => { body: data, }); - if (r.status != 200) { + if (r.status > 399) { throw `${r.status}: FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`; } };