From bca7a5c0b8ad543a819ce50f5615065b940c5041 Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Wed, 13 Mar 2024 14:14:51 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b3d143..ab5f1a1 100644 --- a/README.md +++ b/README.md @@ -1,9 +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 installs 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). +2. Runs `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