SuperTux / addons

10 stars 18 forks source link

Automatic workflow for updating add-ons in the latest index #39

Open Vankata453 opened 2 years ago

Vankata453 commented 2 years ago

Creates a GitHub Actions workflow, which will execute a .sh script for each updated add-on in the latest commit. The workflow is triggered on push to the master branch, or if required, from within the "Actions" tab as well. The script initiates the following updates to the latest index file:

Any newlines from the latest index file (currently index-0_7.nfo) were removed, because of the script not supporting them (often removes the newline at the top and places it at the bottom). Some formatting inconsistencies were also fixed.