sultann/EDD Download Deploy
Automate releasing EDD downloads using GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| site_url | URL of the site where the download is hosted | yes | — |
| api_key | EDD API Key | yes | — |
| api_token | EDD API Token | yes | — |
| item_id | ID of the item | yes | — |
| slug | Slug of the download, defaults to repository name | yes | ${{ github.event.repository.name }} |
| version | Version of the update | 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 the zip file |
| version | Release version |