actions-marketplace-validations/Deploy PR with surge.sh
Deploy pull requests as static sites to Surge.sh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 5, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/acrossoffwest_deploy-pr-action@93678277948541319fcde850fa7e3ca06dfc9c68 # no releases — HEAD as of 2026-07-22tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | no | — |
| prefix | Prefix in deployment URL | no | — |
| robotsTxtPath | Path to create robots.txt in | no | — |
| distDir | Directory to deploy | yes | — |
| robotsContent | Content for robots.txt file | no | — |
| environmentName | Name of the deployment environment | no | — |
| skipComment | Skip adding the URL comment on PRs | no | — |
| skipLabels | Skip adding labels to PRs | no | — |
| labels | Labels to add to PRs | no | — |
| failOnDeployError | Fail status check if a deploy error occurs | no | — |
| command | Command can be "teardown" or nothing | no | — |
Outputs
| name | description |
|---|---|
| SURGE_DOMAIN | Domain where you could find you project |