kadirgun/WordPress Deploy Action
Deploy your WordPress plugin to the WordPress.org Plugin Repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slug | Plugin slug (e.g. my-awesome-plugin) | yes | — |
| svn-username | Your WordPress.org username | yes | — |
| svn-password | Your WordPress.org password | yes | — |
| dry-run | Run the deployment in dry-run mode | no | false |
| mode | The mode to use for the deployment. Available mods are `all`, `assets`, `readme`, `plugin` | no | all |
| version | Plugin version | no | — |
| build-dir | Directory where the built plugin is located | no | — |
| assets-dir | Directory where the assets are located | no | .wordpress.org |
| readme-name | The readme file name in the build directory | no | README.txt |
| main-name | The main PHP file name in the build directory (required when version is not provided) | no | — |
Outputs
| name | description |
|---|---|
| revision | The SVN revision number of the deployment |
| changes | The changes made during the deployment |
| version | The version of the plugin |