octref/Await Vercel URL
Await Vercel preview URL to run actions after a preview becomes available
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 15, 2024
- License
- MIT
Pinned Snippet
uses: octref/await-vercel-url@2d91605162cb0ba6118944ccd65934471751e2e2 # v0.3.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gh_token | The Github Secret | yes | — |
| vercel_project_name | The Vercel project name | no | — |
| interval | Interval in seconds to check for the URL | no | 15 |
| retries | How many times to retry | no | 20 |
| delay | Delay in seconds to start checking | no | 0 |
Outputs
| name | description |
|---|---|
| url | The fully qualified deploy preview URL |