mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-21 18:51:20 +00:00
Testing out a thought
This commit is contained in:
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
Block a user