removed unintuitive fallback if repo owner does not exist
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-12 20:56:48 +01:00
parent b23c36a25f
commit 13d3ed85ad
6 changed files with 7 additions and 21 deletions

View File

@ -17,7 +17,7 @@ terraform {
required_providers {
gitea = {
source = "Lerentis/gitea"
version = "0.11.0"
version = "0.11.1"
}
}
}