github-actions

GitHub Actions to be used in all (most) freemint projects.

Basic usage

Use as:

- uses: freemint/github-actions/<action name>@master
  with:
    ...

where <action name> is name of the action, basically one of the folders in this repository. The with parameter content depends on each action.

Detailed description of each action

TODO