sultann/WordPress Plugin Deploy Action
Release WordPress plugin to wordpress.org SVN repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slug | SVN slug | yes | ${{ github.event.repository.name }} |
| username | SVN username | yes | "" |
| password | SVN password | yes | "" |
| version | Version | no | "" |
| generate_zip | Generate package zip file? | no | "" |
| dry_run | Dry run | no | false |
| slack_webhook | Slack webhook URL | no | "" |
| slack_message | Slack message | no | "" |
Outputs
| name | description |
|---|---|
| zip_path | Path to zip file |
| version | Release version |