mirror of
https://github.com/actions/toolkit.git
synced 2025-06-10 18:10:47 +09:00
Fixed a spelling error
This commit is contained in:
parent
7d18e7aa0d
commit
d3d7736bae
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function buildGitHubEndpoints(): Endpoints {
|
|||
host = 'githubapp.com'
|
||||
}
|
||||
return {
|
||||
fulcioURL: `https://fulcio.${hostl}`,
|
||||
fulcioURL: `https://fulcio.${host}`,
|
||||
tsaServerURL: `https://timestamp.${host}`
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue