mirror of
https://github.com/actions/setup-java.git
synced 2025-09-30 04:45:48 +00:00
Update GraalVM Tests
This commit is contained in:
parent
f5b041c5eb
commit
70ede9d147
4 changed files with 677 additions and 130 deletions
2
dist/cleanup/index.js
vendored
2
dist/cleanup/index.js
vendored
|
@ -94747,7 +94747,7 @@ function convertVersionToSemver(version) {
|
|||
}
|
||||
exports.convertVersionToSemver = convertVersionToSemver;
|
||||
function getGitHubHttpHeaders() {
|
||||
const resolvedToken = process.env.GITHUB_TOKEN || core.getInput('token');
|
||||
const resolvedToken = core.getInput('token') || process.env.GITHUB_TOKEN;
|
||||
const auth = !resolvedToken ? undefined : `token ${resolvedToken}`;
|
||||
const headers = {
|
||||
accept: 'application/vnd.github.VERSION.raw'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue