in input-helper, set commit = core.getInput('commit')

Signed-off-by: James Bradlee <james.bradlee@telenor.no>
This commit is contained in:
James Bradlee 2024-08-20 10:46:15 +02:00
parent 650ceb06a8
commit 67b5caa109
No known key found for this signature in database

View File

@ -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) {