From a38149bfc98b05648e15b608206cae50074c4d84 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Mon, 17 Oct 2022 15:58:28 -0500 Subject: [PATCH] Update action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index dda6bd0..7650e7e 100644 --- a/action.yaml +++ b/action.yaml @@ -39,7 +39,7 @@ runs: id: install-yq uses: dcarbone/install-yq-action@v1.0.0 with: - yq-version: '${{ inputs.yq-version }}' + version: '${{ inputs.yq-version }}' - name: YAML to ENV shell: bash