diff --git a/build-images/action.yml b/build-images/action.yml index 1a50168..b11d524 100644 --- a/build-images/action.yml +++ b/build-images/action.yml @@ -22,7 +22,7 @@ runs: - name: "Build images" id: build-images run: | - echo "Test" + echo ${{ inputs.choice }} shell: bash cli1: