mirror of https://github.com/actions/toolkit
Fixed a spelling error
parent
7d18e7aa0d
commit
d3d7736bae
|
@ -49,7 +49,7 @@ function buildGitHubEndpoints(): Endpoints {
|
||||||
host = 'githubapp.com'
|
host = 'githubapp.com'
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
fulcioURL: `https://fulcio.${hostl}`,
|
fulcioURL: `https://fulcio.${host}`,
|
||||||
tsaServerURL: `https://timestamp.${host}`
|
tsaServerURL: `https://timestamp.${host}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue