Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# action.yml
name: 'SBT Action'
name: 'SBT Actions'
author: 'Loki Coyote <lokkju@gmail.com>'
description: 'SBT build tool action'
inputs:
Expand All @@ -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'
Expand Down