mirror of
https://github.com/actions/checkout
synced 2024-11-09 23:22:40 +00:00
in input-helper, set commit = core.getInput('commit')
Signed-off-by: James Bradlee <james.bradlee@telenor.no>
This commit is contained in:
parent
650ceb06a8
commit
67b5caa109
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
|||
`${github.context.repo.owner}/${github.context.repo.repo}`.toUpperCase()
|
||||
|
||||
// Source branch, source version
|
||||
result.commit = core.getInput('commit')
|
||||
result.ref = core.getInput('ref')
|
||||
if (!result.ref) {
|
||||
if (isWorkflowRepository) {
|
||||
|
|
Loading…
Reference in a new issue