mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-19 06:54:45 +02:00
Testing out a thought
This commit is contained in:
parent
ba61a56a57
commit
7b5b9d0a2e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue