wiyco/Vercel Deploy Comment

Deploy one or more Vercel projects and environments and keep a Vercel-style pull request comment updated.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token used to list, create, and update pull request comments. Defaults to the workflow GITHUB_TOKEN.no${{ github.token }}
vercel-tokenVercel token used for isolated pull/build/deploy execution and Vercel API enrichment.no
modeEither deploy-and-comment or comment-only.nodeploy-and-comment
deployment-concurrencyMaximum number of deploy-and-comment entries to execute at once.no2
deploymentsJSON array describing one or more project-driven deployments. deploy-and-comment entries require cwd, projectId, orgId, environment, and an absolute https projectUrl, and may include an absolute https deploymentUrl. comment-only entries require projectId, environment, an absolute https projectUrl, and an absolute https deploymentUrl, and may include status: ready|failed|cancelled|skipped|in_progress.yes
headerMarkdown heading text for the pull request comment.noVercel Preview Deployment
footerOptional Markdown footer appended below the deployment table.no
comment-markerStable marker key used to find and update the existing action comment.nodefault
statusFallback GitHub Actions status when Vercel deployment details are unavailable. In comment-only mode, an explicit deployments[].status overrides this value per deployment.nosuccess
comment-on-failureWhether deploy failures should still update the pull request comment before failing the action.notrue
job-statusInternal GitHub Actions job status used by the post-execution cleanup.no${{ job.status }}
namedescription
comment-idID of the created or updated pull request comment.
comment-urlURL of the created or updated pull request comment.
deployment-urlsJSON array of preview deployment URLs produced for the current deployments input, in input order with rows that have URLs.
statusesJSON array of normalized status keys produced for the current deployments input, in input order.