richard-muvirimi/Deploy to WordPress.org / SVN repository
Deploy WordPress Plugin to SVN repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| svn-username | SVN repository username. | yes | — |
| svn-password | SVN repository password. | yes | — |
| plugin-repository | The svn repository name (slug) of the plugin on WordPress.org. Can be a full url to use a custom repository. Defaults to git repository name if empty. Default empty. | — | "" |
| plugin-zip | Zip file name to generate, any custom text to name differently, "slug" (default) to use plugin slug. set empty to disable. ".zip" will be automatically appended. | — | slug |
| plugin-zip-folder | Folder name to use at root of zip, "slug" to use plugin slug, set empty to disable. | — | "" |
| plugin-version | Tag for releasing to WordPress, any custom text to use a custom tag, "tag" to read from release tags, "readme" (default) to obtain from readme.txt. | yes | readme |
| commit-message | Commit message for releasing to WordPress, any custom text to use a custom message, "git" (default) to use the last git commit message. Substitutes ":VERSION" with provided/inferred plugin version. | — | git |
| working-directory | Working directory, defaults to $GITHUB_WORKSPACE if empty. All files in working directory will be committed, except those in "assets-directory" directory. Default empty. | — | "" |
| assets-directory | Directory containing plugin assets, defaults to ".wordpress-org", set empty to disable. | — | .wordpress-org |
Outputs
| name | description |
|---|---|
| plugin-zip | Path to generated plugin zip file, if "plugin-zip" was set. |
| plugin-version | The version tag used to commit to "plugin-repository". |
| commit-message | The message used to commit to "plugin-repository". |