Compare commits

..

1 Commits

Author SHA1 Message Date
a7695bfb7e Removed install version
Some checks failed
Build on push / prepare (push) Successful in 27s
Build on push / build (push) Successful in 32s
Build on push / test (push) Failing after 3s
2026-02-14 17:18:53 +01:00

View File

@@ -1,6 +1,6 @@
namespace sh.actions.package_cleanup; namespace sh.actions.package_cleanup.Service;
public class GiteaPackageService(IConfiguration configuration) : IGiteaPackageService public class GiteaPackageService : IGiteaPackageService
{ {
} }