nullplatform/Asset Push
This is a GitHub Action designed to push built assets required by Nullplatform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 8, 2023
- License
- None
Pinned Snippet
uses: nullplatform/github-action-asset-push@9374e5221b9accff94565e85bab8a419c949c81f # v1.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build-id | The type of asset to be pushed. One of docker-image, lambda, etc. | yes | — |
| type | The type of asset to be pushed. One of docker-image, lambda, etc. | yes | — |
| 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 being pushed | no | main |
| url | Predefined asset URL. This is an advanced usage and is not recommended, use *type* and *name* instead | no | — |
| api-key | The API key required for authentication if not logged in | no | — |
Outputs
no outputs