diff --git a/action.yml b/action.yml index b07979c..02f7965 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # action.yml -name: 'SBT Action' +name: 'SBT Actions' author: 'Loki Coyote ' description: 'SBT build tool action' inputs: @@ -10,6 +10,9 @@ inputs: sbt_project_directory: description: 'relative path to the directory containing your build.sbt, if it is not in the root of your repository' default: './' + settings_sbt: + description: 'The contents of a file that will be written to {sbt_project_directory}/github_action_sbt_settings.sbt' + default: '' runs: using: 'docker' image: 'Dockerfile'