risu729/Wrangler Deploy
Deploy Cloudflare Workers with PR previews, dry-run fallbacks, and Actions summaries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Operation to perform: preview-or-dry-run, dry-run, or production. | yes | — |
| working-directory | Directory from which Wrangler runs, relative to GITHUB_WORKSPACE. | no | . |
| config | Wrangler configuration path, relative to the working directory. | no | wrangler.toml |
| environment | Optional Wrangler environment passed with --env. | no | — |
| preview-alias | Stable preview alias used by preview-or-dry-run mode. | no | — |
| cloudflare-account-id | Cloudflare account ID used for authenticated operations. | no | — |
| cloudflare-api-token | Cloudflare API token used for authenticated operations. | no | — |
Outputs
| name | description |
|---|---|
| effective-mode | Operation performed: preview, dry-run, or production. |
| preview-url | Version-specific Workers preview URL. |
| preview-alias-url | Stable Workers preview alias URL. |
| deployment-targets | JSON array of production deployment targets reported by Wrangler. |