From 7b5b9d0a2e382b5375b66f6fabbb2e978e3a2b52 Mon Sep 17 00:00:00 2001 From: Felipe Suero Date: Wed, 6 Oct 2021 15:16:11 -0400 Subject: [PATCH] Testing out a thought --- src/upload-artifact.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/upload-artifact.ts b/src/upload-artifact.ts index a9964b5..9a2f1fc 100644 --- a/src/upload-artifact.ts +++ b/src/upload-artifact.ts @@ -94,6 +94,7 @@ async function run(): Promise { "Authorization": `Bearer ${inputs.token}` } }) + console.log("here?") core.setOutput("status_url", response.data) console.log(response.data) }