added possibility to list all repos of an organisation

This commit is contained in:
2023-07-19 20:52:36 +02:00
parent 48f5c3ee3c
commit 483bda1033
8 changed files with 60 additions and 9 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
gitea = {
source = "Lerentis/gitea"
version = "0.14.1"
version = "0.15.0"
}
}
}