An example plugin repository with a workflow script that installs Composer dependencies.
The workflow does the following:
- Checkout the repository
- Runs
composer installwhich is the default behaviour of the Composer Action. - Create a build artifact with name
wpcomwhich is required for WordPress.com's GitHub Deployment feature