Skip to content

Commit

Permalink
Print executed command in debug mode (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Jan 8, 2023
1 parent 8d20cd7 commit fa1e6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ runs:
[[ -n ${prefix[*]} ]] && julia_cmd=( "${prefix[@]}" "${julia_cmd[@]}" )
# Run the Julia command
echo "::debug::Executing Julia: ${julia_cmd[*]}"
"${julia_cmd[@]}"
shell: bash
env:
Expand Down

0 comments on commit fa1e6fa

Please sign in to comment.