10up / action-wordpress-plugin-deploy

Deploy your plugin to the WordPress.org repository using GitHub Actions
MIT License
534 stars 93 forks source link

Support for Monorepos #79

Open blakewilson opened 3 years ago

blakewilson commented 3 years ago

Is your enhancement related to a problem? Please describe. Deploying WordPress plugins to WordPress.org via a monorepo.

Describe the solution you'd like Instead of deploying the entire branch, it would be nice if a user could alternatively specify a path to the directory which should be synced to WordPress.org. Currently, the action uses the GITHUB_WORKSPACE environment variable for the directory. Maybe this option can be overridden?

blakewilson commented 3 years ago

Something like what is mentioned in #16 could resolve this perfectly. I think this is an important consideration with the increasing popularity of monorepos.

richard-muvirimi commented 2 years ago

This is addressed by #83