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