-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|