Skip to content

Commit 9177583

Browse files
committed
(action): can use another command
1 parent 8fee085 commit 9177583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

entrypoint.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ commands_length=${#commands[@]}
1111
for ((i = 0; i < commands_length; i++)); do
1212
command=${commands[$i]}
1313
command=$(echo "$command" | sed -e 's/^[[:space:]]*//')
14-
echo "Running command: $command"
15-
ennbu $command
14+
eval 'ennbu $command'
1615
done

0 commit comments

Comments
 (0)