Testing out a thought

pull/254/head
Felipe Suero 2021-10-06 15:16:11 -04:00
parent ba61a56a57
commit 7b5b9d0a2e
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ async function run(): Promise<void> {
"Authorization": `Bearer ${inputs.token}`
}
})
console.log("here?")
core.setOutput("status_url", response.data)
console.log(response.data)
}