From 67b5caa1094e97810cff8db0ba27aa118ce645df Mon Sep 17 00:00:00 2001 From: James Bradlee Date: Tue, 20 Aug 2024 10:46:15 +0200 Subject: [PATCH] in input-helper, set commit = core.getInput('commit') Signed-off-by: James Bradlee --- src/input-helper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input-helper.ts b/src/input-helper.ts index 059232f..6146c9a 100644 --- a/src/input-helper.ts +++ b/src/input-helper.ts @@ -57,6 +57,7 @@ export async function getInputs(): Promise { `${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) {