adriangonz97/Refined Cloudflare Pages Action
Publish to Cloudflare Pages with PR previews
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiToken | Cloudflare API Token | yes | — |
| accountId | Cloudflare Account ID | yes | — |
| projectName | The name of the Pages project to upload to | yes | — |
| directory | The build directory to upload | yes | — |
| githubToken | GitHub Token | yes | — |
| branch | The name of the branch you want to deploy to | no | — |
| deploymentName | The name of the GitHub deployment | no | — |
| workingDirectory | The working directory in which to run Wrangler | no | — |
| wranglerVersion | The version of Wrangler to use. An empty string ('') signifies no version specifier will be applied | no | 3 |
| comment | Specify if the action should comment on the pull request | no | true |
Outputs
| name | description |
|---|---|
| id | The ID of the pages deployment |
| url | The URL of the pages deployment |
| alias | The alias, if it exists, otherwise the deployment URL |
| environment | The environment that was deployed to |