4lch4/@4lch4/Flat
A fork of the original Flat action which powers data fecthing for Flat.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 25, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 4lch4/flat-act@145c8e916aa367facf49acd945f4762539af765f # v0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 | — |
| who-to-greet | A name of someone to greet. | yes | — |
Outputs
| name | description |
|---|---|
| delta_bytes | The overall number of byteschanged in the output data this run (current size - previous size.) |