From 4af1235e66e4acc36d40e305e06776ca98b2d356 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 10:47:14 -0600 Subject: [PATCH] test_10 --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index b5fcf83..13061d0 100644 --- a/action.js +++ b/action.js @@ -17,7 +17,7 @@ const sendFile = async (urlPath, data) => { }); if (r.status != 200) { - throw `FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`; + throw `${r.status}: FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`; } };