Try generic upload
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user