File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sbt-plugin/src/main/scala/ch/epfl/scala Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ object GithubDependencyGraphPlugin extends AutoPlugin {
25
25
Configurations .System
26
26
)
27
27
.map(_.toConfigRef)
28
+
28
29
object autoImport {
29
30
val githubSubmitInputKey : AttributeKey [SubmitInput ] = AttributeKey (" githubSubmitInput" )
30
31
val githubBuildFile : AttributeKey [githubapi.FileInfo ] = AttributeKey (" githubBuildFile" )
@@ -219,7 +220,6 @@ object GithubDependencyGraphPlugin extends AutoPlugin {
219
220
220
221
private def githubCIEnv (name : String ): String =
221
222
Properties .envOrNone(name).getOrElse {
222
- " "
223
- // throw new MessageOnlyException(s"Missing environment variable $name. This task must run in a Github Action.")
223
+ throw new MessageOnlyException (s " Missing environment variable $name. This task must run in a Github Action. " )
224
224
}
225
225
}
You can’t perform that action at this time.
0 commit comments