Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkelly authored Feb 29, 2024
1 parent 322c224 commit 733339d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# githubdeployments-composer-example
An example plugin repository with a workflow script that install Composer dependencies
An example plugin repository with a workflow script that install Composer dependencies.

The [workflow](.github/workflows/wpcom.yml) does the following:

1. Checkout the repository
2. Run `composer install` which is the default behaviour of the [Composer Action](https://github.com/php-actions/composer).
3. Create a build artifact with name `wpcom` which is required for WordPress.com's GitHub Deployment feature

0 comments on commit 733339d

Please sign in to comment.