impresscms-dev / phpdocs-wiki-update-action

Action that updates project wiki with automatic generated PHP project documentation on GitHub
MIT License
3 stars 2 forks source link

Rewrite as composite action #186

Closed MekDrop closed 2 years ago

MekDrop commented 2 years ago

Action is rewritten as composite so it will let easier to debug this action - used generators are as different actions.

Also this rewrite removes the need for special token - default token from GitHub should work fine. So, I think action will be easier to use.

Also this I think will fix #90 - from now is possible to use custom PHP installation by setting setup_php to false.