From 25f1aabefe4984e1ff3b19043810fa7be1581ae3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 25 Mar 2022 13:26:07 -0300 Subject: [PATCH] Fixed `kicad` context in action.yaml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 37c885a6..d8ed8205 100644 --- a/action.yml +++ b/action.yml @@ -40,7 +40,7 @@ inputs: default: '0' runs: using: 'docker' - image: ${{ kicad == 5 && 'Dockerfile_k5' || 'Dockerfile_k6' }} + image: ${{ inputs.kicad == 5 && 'Dockerfile_k5' || 'Dockerfile_k6' }} args: - -c ${{ inputs.config }} - -d ${{ inputs.dir }}