Trying out Gitea Actions, which is based on Github Actions.

Checkout action is okay, when used with the default runner ubuntu image.

When used with the original image (like, stock debian), it breaks.

Because checkout action is written in fucking typescript, and most distros don't have node.js installed.

Nice.