Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 456 Bytes

File metadata and controls

9 lines (6 loc) · 456 Bytes

githubdeployments-composer-example

An example plugin repository with a workflow script that installs Composer dependencies.

The workflow does the following:

  1. Checkout the repository
  2. Runs composer install which is the default behaviour of the Composer Action.
  3. Create a build artifact with name wpcom which is required for WordPress.com's GitHub Deployment feature