bahmutov/Get Next.js Build Id
GitHub action to fetch the build ID from Next.js deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Next.js deployment URL | yes | — |
Outputs
| name | description |
|---|---|
| buildId | The string build id |
| branch | The source branch extracted from the build id, if any |
| commit | The commit SHA extracted from the build id, if any |