mirror of
https://github.com/actions/checkout.git
synced 2025-05-24 10:15:09 +02:00
Add support for reference repository parameter
This commit is contained in:
parent
96f53100ba
commit
e60e249777
10 changed files with 66 additions and 1 deletions
|
@ -141,5 +141,8 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
|||
result.githubServerUrl = core.getInput('github-server-url')
|
||||
core.debug(`GitHub Host URL = ${result.githubServerUrl}`)
|
||||
|
||||
result.reference = core.getInput('reference')
|
||||
core.debug(`Reference repository = ${result.reference}`)
|
||||
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue