enonic / action-app-deploy

Composite action to deploy applications to an XP instance.
MIT License
0 stars 2 forks source link

change what the action does when app is not given #2

Closed danhul closed 2 years ago

danhul commented 2 years ago

When app/path is not given as an input it looks for .jar file under ./build/libs and it will deploy the app that it finds there. If there are multiple .jar files under ./build/libs it will request the user to specify the app name as an input to the action.