From 94432960e8946deb89f279c2575a5d6248b38b97 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 16 Apr 2020 09:59:33 -0400 Subject: [PATCH] Add missing parameter to parameter list --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a3fece8..7ed0031 100644 --- a/action.yml +++ b/action.yml @@ -21,3 +21,4 @@ runs: args: - ${{ inputs.release-version }} - ${{ inputs.release-name }} + - ${{ inputs.minimum-version }}