Skip to content

Commit

Permalink
fix loggin
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Jul 17, 2023
1 parent 8519075 commit e7777d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ runs:
fi
echo "done."
echo '[🐙] Running the following command in ephemeral container image: ${{ inputs.command }}'
echo '[🐙] Running the following command in ephemeral container image:"
echo '${{ inputs.command }}'
echo "[🐙] Output:"
if [[ "${debug}" == "true" ]]; then
docker run -i --rm --platform linux/amd64 \
Expand Down

0 comments on commit e7777d9

Please sign in to comment.