livepeer/Livepeer - branch manifest
Generate branch manifest file for livepeer builds strategy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ref-name | Just the value of `github.ref_name` | no | ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }} |
| ref | Full ref path for the branch/tag information | no | ${{ github.ref }} |
| commit | Most recent commit | no | ${{ (github.ref_type == 'tag' && github.ref_name) || (github.event.pull_request.head.sha || github.sha) }} |
| bucket-domain | Google cloud bucket name, optional | no | build.livepeer.live |
| bucket-key | Key inside the `bucket-domain` for generating references | no | — |
| use-prefix | Use prefix when generating archive names | no | true |
| prefix | Custom prefix to use for archive naming based on project information | no | livepeer |
| project-name | Project name, to be used as gcp bucket root directory | no | — |
| platform | Supported platforms names. Muliple values can be separated by commas | no | linux, darwin, windows |
| architecture | Supported architectures, comma separated | no | arm64,amd64 |
Outputs
| name | description |
|---|---|
| manifest-file | The file created after branch name filter etc. |
| release-name | Name of this release (tag if present, commit otherwise) |
| bucket-key | Key inside the `bucket-domain` for generating references |
| project-name | Project name, to be used as gcp bucket root directory |