AppImageCrafters / build-appimage

GitHub Action for producing AppImages
MIT License
30 stars 7 forks source link

Fix spelling of default argument #8

Open git-developer opened 1 year ago

git-developer commented 1 year ago

action.yml declares --skip-test as default. appimagebuilder expects --skip-tests.

It seems that appimagebuilder is clever and tolerates this (treating the argument as prefix),