From f4084de37af6246bf49e0347ca34ef4dbbf3a7e2 Mon Sep 17 00:00:00 2001 From: Alan Forbes Date: Wed, 16 Oct 2024 16:53:19 +0100 Subject: [PATCH] use full input string --- .github/actions/do_build_ock/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/do_build_ock/action.yml b/.github/actions/do_build_ock/action.yml index d149c5184..10950a2be 100644 --- a/.github/actions/do_build_ock/action.yml +++ b/.github/actions/do_build_ock/action.yml @@ -105,7 +105,7 @@ inputs: default: bash env: - EXTERNAL_CLC: ${{ inputs.external_clc }} + EXTERNAL_CLC: ${{ github.events.inputs.external_clc }} runs: # we don't want a new docker just a list of steps, so mark as composite