Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkelly authored Mar 13, 2024
1 parent 733339d commit bca7a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bca7a5c

Please sign in to comment.