4lch4/@4lch4/Flat

A fork of the original Flat action which powers data fecthing for Flat.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jun 25, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: 4lch4/flat-act@145c8e916aa367facf49acd945f4762539af765f # v0.2.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
downloaded_filenameThe filename to use for writing data.no
http_urlA URL containing data to fetch.no
authorizationA string to send as a header for authorizing API requests.no
maskA string array of secrets to strip from the http_url or a string booleanno
sql_connstringA connection string for making a SQL query.no
sql_queryfileA path (relative to the root of your repo) of a SQL query file to execute for fetching data.no.github/workflows/query.sql
typeorm_configA JSON string representing a configuration passed to TypeORMs createConnection functionno
postprocessA path (relative to the root of your repo) or a URL to a deno postprocessing script.no
who-to-greetA name of someone to greet.yes
namedescription
delta_bytesThe overall number of byteschanged in the output data this run (current size - previous size.)