Try generic upload
All checks were successful
Build on push / prepare (push) Successful in 19s
Build on push / build (push) Successful in 23s

This commit is contained in:
2026-02-14 17:56:57 +01:00
parent c19921eb85
commit 0332f08194
8 changed files with 190 additions and 51 deletions

View File

@@ -1,6 +1,8 @@
namespace sh.actions.package_cleanup.Service;
using sh.actions.package_cleanup.Models;
public interface IGiteaPackageService
{
Task<IEnumerable<GiteaPackage>> GetPackagesByOwnerAsync(CancellationToken cancellationToken = default);
}