Added package filtering
This commit is contained in:
10
sh.actions.package-cleanup/Models/GiteaPackage.cs
Normal file
10
sh.actions.package-cleanup/Models/GiteaPackage.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace sh.actions.package_cleanup.Models;
|
||||
|
||||
public class GiteaPackage
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Version { get; set; } = string.Empty;
|
||||
public string Type { get; set; } = string.Empty;
|
||||
public DateTime CreatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user