nullplatform/Asset Build
This is a GitHub Action designed to automate the building of supported asset types on Nullplatform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to be executed for building the assets | no | make |
| arguments | Additional arguments to be passed along with the build command | no | build |
| options | Additional options or flags to be used during the build process | no | "" |
| checkout-repository | Checks-out your repository under $GITHUB_WORKSPACE, so your workflow can access it | no | true |
| build-working-directory | The directory where the build process will take place | no | . |
| asset-working-directory | The directory containing source code and assets for the build process | no | . |
| asset-output-directory | The directory where built assets will be output | no | build |
| name | The name of the asset or project being built | no | main |
| type | The type of asset to be build. One of docker-image, lambda, etc. | no | "" |
Outputs
no outputs