From 552abb1912cfde6c71901064ad6c0f5d2a374d17 Mon Sep 17 00:00:00 2001 From: kengo-k <31839234+kengo-k@users.noreply.github.com> Date: Sat, 1 Jun 2024 21:10:29 +0900 Subject: [PATCH] chore --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index ff2e389..3816cae 100644 --- a/action.yaml +++ b/action.yaml @@ -18,5 +18,5 @@ runs: args: ${{ inputs.args }} - name: 'Display Output' - shell: bash - run: echo "Output from JS Action: ${{ steps.js_action.outputs.docker_command }}" + run: | + echo ${{steps.js_action.outputs.docker_command}}