Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
kengo-k committed Jun 1, 2024
1 parent eefc73d commit 552abb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit 552abb1

Please sign in to comment.