eo-datahub/eoap-gen
A Github action to generate Earth Observation Application Package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to generator configuration file. | yes | — |
| output | Action will generate files at this path | — | eoap-gen-out |
| github_token | Github PAT | no | ${{ github.token }} |
| docker_url_base | Base of the docker registry url, e.g. ghcr.io/owner/repo. In combination with `docker_tag` constructs full Docker pull url | — | ghcr.io/${{ github.repository }} |
| docker_tag | Docker image tag, to be used by CWL to pull generated CommandLineTools, e.g. main`. | — | ${{ github.ref_name }} |
Outputs
| name | description |
|---|---|
| tools | List of tool names |