DougHennig / FoxGet

A VFP package manager similar to .NET's NuGet
13 stars 5 forks source link

FoxGetPackages version update automation #7

Open dmitriychunikhin opened 1 month ago

dmitriychunikhin commented 1 month ago

Adds github action "Check Packages Version Updates" to .github/workflows/ folder. CPVU.yml: checks out FoxGet repository, downloads Thor distribution files Updates.zip, Thor.zip from github, runs versions update utility .github/workflows/CPVU/CPVU.exe

After update of foxgetpackages.dbf the action commits it to the repository. If versions were not changed foxgetpackages.dbf stays untouched

The action runs manually by "Run workflow" button and by schedule "once in an hour". That can be changed in CPVU.yml