action-wordpress-plugin-deploy icon indicating copy to clipboard operation
action-wordpress-plugin-deploy copied to clipboard

Support for Monorepos

Open blakewilson opened this issue 4 years ago • 2 comments

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 avatar Oct 19 '21 20:10 blakewilson

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

blakewilson avatar Oct 19 '21 22:10 blakewilson

This is addressed by #83

richard-muvirimi avatar Jun 02 '22 09:06 richard-muvirimi