Skip to content

Commit 573588b

Browse files
committed
Add echo of the install deps command
1 parent 36355e1 commit 573588b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/install-deps/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ runs:
3838
cmd="$cmd --group $group"
3939
done
4040
41-
# Execute the command
41+
# Print and execute the command
42+
echo $cmd
4243
eval $cmd

0 commit comments

Comments
 (0)