actions-marketplace-validations/Setup WP-ENV
Runs wp-env to setup a WordPress site for testing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 26, 2022
- License
- GPL 2.0
Pinned Snippet
uses: actions-marketplace-validations/godaddy-wordpress_setup-wp-env@a94fb23f6f0b480767e634b478f615076e2baddf # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| core | The WordPress installation to use. | — | — |
| phpVersion | The PHP version to use. | — | — |
| plugins | A list of plugins to install and activate in the environment. | — | — |
| themes | A list of themes to install in the environment. | — | — |
| config | Mapping of wp-config.php constants to their desired values. | — | — |
| mappings | Mapping of WordPress directories to local directories to be mounted in the WordPress instance. | — | — |
| env | Override any of the above options on an individual-environment basis. | — | {} |
Outputs
no outputs