Skip to content

Commit fa1e6fa

Browse files
authored
Print executed command in debug mode (#72)
1 parent 8d20cd7 commit fa1e6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ runs:
7070
[[ -n ${prefix[*]} ]] && julia_cmd=( "${prefix[@]}" "${julia_cmd[@]}" )
7171
7272
# Run the Julia command
73+
echo "::debug::Executing Julia: ${julia_cmd[*]}"
7374
"${julia_cmd[@]}"
7475
shell: bash
7576
env:

0 commit comments

Comments
 (0)