We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9426ec commit 6a2ee04Copy full SHA for 6a2ee04
action.yml
@@ -70,7 +70,7 @@ runs:
70
[[ -n ${prefix[*]} ]] && julia_cmd=( "${prefix[@]}" "${julia_cmd[@]}" )
71
72
# Run the Julia command
73
- echo "::debug::The following Julia command will be executed: ${julia_cmd[*]}"
+ echo "::debug::Executing Julia: ${julia_cmd[*]}"
74
"${julia_cmd[@]}"
75
shell: bash
76
env:
0 commit comments