nullplatform/Nullplatform Build
Github Action to manage application builds on Nullplatform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The build action controls what happens to the build. Can be one of: create, update | no | — |
| id | The build id | no | — |
| status | The build status. Can be one of: 'pending', 'in_progress', 'failed', 'successful' | no | — |
| application-id | The application id to build | no | — |
| commit-id | The SHA commit | no | — |
| commit-permalink | The commit web link | no | — |
| description | The build description. Defaults to commit message | no | — |
| branch | The build branch. Defaults to current workflow execution branch | no | — |
| image-repository-url | The image repository URL wheres the build image was uploaded | no | — |
| github-token | GitHub token used to fetch commit metadata when not available in the event payload (e.g. workflow_dispatch). Defaults to the automatically provided GITHUB_TOKEN. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| id | The build id |
| status | The new build status. Can be one of: 'pending', 'in_progress', 'failed', 'successful' |
| application-id | The application id built |