Use busybox instead of bash
marcodallasanta opened this issue · 0 comments
marcodallasanta commented
The docker container that run the action may be slightly lighter.
There's no reason to install bash
when the tasks could be accomplished using the default sh
implementation in alpine
: busybox
.