Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Vankata453
Copy link
Member

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:

  • Adds +1 to the previous version.
  • Updates the commit hash in the add-on's URL to the latest one.
  • Updates the add-on's MD5 checksum.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant