actions-marketplace-validations/Surge UI Insight
Preview website in surge.sh for every pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 10, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/lxfu1_surge-preview@008b337d8e0d6d1030ce992ba2e2d340241745ca # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| surge_token | surge.sh token | — | 6973bdb764f0d5fd07c910de27e2d7d0 |
| github_token | github token | yes | — |
| project_name | project name | — | G2Plot |
| project_branch | project branch | — | master |
| build | build scripts | no | mkdir -p pub/preview npm install |
| dist | dist folder to deploy | no | pub/preview |
| dist_command | dist command | no | dist |
| failOnError | Set `failed` if a deployment throws error | — | — |
| teardown | Determines if the preview instance will be torn down on PR close | no | false |
Outputs
| name | description |
|---|---|
| preview_url | The url for the related PR preview |