i-am-mani/Capture Vercel Preview URL
Capture a Vercel preview URL and feed it into your next GitHub action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub actions token to cancel the action in case preview URL could not be found. If not specified, the action will explicitly fail. | no | "" |
| PAT | Personal Access Token to access repository issue comments | yes | "" |
| preview_url_regexp | Regular expression pattern to capture the preview URL. Ensure first capture group captures the preview URL. | no | Preview: \[(.*)\] |
Outputs
| name | description |
|---|---|
| vercel_preview_url | The preview URL for the pull request's Vercel deployment. |