From 53111b31e7392939b38b604b6f6a14bf7cad2986 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Tue, 2 Feb 2021 18:38:47 +0530 Subject: [PATCH 1/2] settings_sbt added --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index b07979c..5d89755 100644 --- a/action.yml +++ b/action.yml @@ -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' From 4196a7805854e8ca7a7076a2ec099c895e2be6fa Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Tue, 9 Feb 2021 15:50:09 +0530 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5d89755..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: