You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Submit the dependency graph of an sbt build to the Github Dependency API'
2
+
description: 'Submits the dependency graph of an sbt build to the Github Submission API'
3
3
author: 'The Scala Center'
4
4
branding:
5
5
icon: 'package'
6
6
color: '#1a84ac'
7
+
inputs:
8
+
base-dir:
9
+
description: "The relative path of the base directory of the sbt build."
10
+
required: false
11
+
default: ''
12
+
projects:
13
+
description: "A list of space-separated names of projects from your build. The action will publish the graph of these projects only. Default is the empty string and it means all projects."
14
+
required: false
15
+
default: ''
16
+
scala-versions:
17
+
description: "A list of space-separated versions of Scala, that are declared in your build. The action will publish the graph on these Scala versions only. Defaulat is the empty string and it means all Scala versions."
0 commit comments