From ace81e8ec79cb027c6016afb4bd420183aa37496 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 15 Sep 2023 12:36:19 -0400 Subject: [PATCH] Fix input ref --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2bfbd6e..3735209 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ runs: using: docker image: Dockerfile env: - INPUT_MILLISECONDS: ${{ milliseconds}} + INPUT_MILLISECONDS: ${{ inputs.milliseconds }}