mattrothenberg / flat

The GitHub action which powers Flat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flat-action

The GitHub action which powers data fetching for Flat.

Inputs

url

A URL from which to fetch data, in CSV or JSON form

Example

uses: githubocto/flat-action@v1
with:
  url: "https://some.where/path/to/data.json"

Building / Releasing

  1. Bump whatever you want to bump in the package.json version field
  2. npm run dist and commit the built output (yes, you read that right)
  3. create/update the major version and specific version tags: git tag -f vMAJOR.MINOR.PATCH && git tag -f vMAJOR
  4. git push && git push --force --tags

About

The GitHub action which powers Flat

License:MIT License


Languages

Language:JavaScript 67.9%Language:TypeScript 32.1%