actions-marketplace-validations/Flat Data
The GitHub action which powers data fetching for Flat
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| axios_config | A path (relative to the root of your repo) of a JSON file containing a subset of Axios configuration | no | — |
| downloaded_filename | The filename to use for writing data. | no | — |
| http_url | A URL containing data to fetch. | no | — |
| authorization | A string to send as a header for authorizing API requests. | no | — |
| mask | A string array of secrets to strip from the http_url or a string boolean | no | — |
| sql_connstring | A connection string for making a SQL query. | no | — |
| sql_queryfile | A path (relative to the root of your repo) of a SQL query file to execute for fetching data. | no | .github/workflows/query.sql |
| typeorm_config | A JSON string representing a configuration passed to TypeORMs createConnection function | no | — |
| postprocess | A path (relative to the root of your repo) or a URL to a deno postprocessing script. | no | — |
Outputs
| name | description |
|---|---|
| delta_bytes | The overall number of bytes changed in the output data this run (current size - previous size) |