MyREDAXO Installer Action
Version updated for https://github.com/FriendsOfREDAXO/installer-action to version 1.3.0.
- This action is used across all versions by 341 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of uploading a REDAXO AddOn to myREDAXO’s AddOn store whenever a new release is created on GitHub. It requires MyREDAXO credentials stored as secrets, and uses PHP and Composer to manage dependencies. The action enforces validation using MyREDAXO’s API and can be configured with a description, version, and whether to enforce Redaxo addon validation.
What’s Changed
What’s Changed
- Runs with
node24instead ofnode20