Skip to content

Commit

Permalink
Merge branch 'main' into grafana-annotation-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeazevedo authored Sep 23, 2024
2 parents df5ef67 + c9e530e commit d52f804
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion riff-raff/app/AppComponents.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ class AppComponents(

Map(
"gu:build-tool" -> buildTool.getOrElse(default),
"gu:repo" -> repoUrl.getOrElse(default)
"gu:repo" -> repoUrl.getOrElse(default),
"gu:riff-raff:project" -> projectName
)
}
}
Expand Down

0 comments on commit d52f804

Please sign in to comment.