Testing out a thought
parent
ba61a56a57
commit
7b5b9d0a2e
|
@ -94,6 +94,7 @@ async function run(): Promise<void> {
|
||||||
"Authorization": `Bearer ${inputs.token}`
|
"Authorization": `Bearer ${inputs.token}`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
console.log("here?")
|
||||||
core.setOutput("status_url", response.data)
|
core.setOutput("status_url", response.data)
|
||||||
console.log(response.data)
|
console.log(response.data)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue