/reusable-workflows

For all our reusable GitHub actions workflows. Keeps calling workflows more dry.

GNU General Public License v3.0GPL-3.0

Geek.Zone Reusable Workflows

Our home for GitHub Actions reusable workflows. If you find the need to use a workflow in more than one repo, move it here and call it.

Why?

This helps to keep our codebase dry.

Workflows

Tweet

To tweet a message, call the tweet workflow.

We like to use this whenever an action is run that was previously done manually.

jobs:
  tweet:
    uses: geekzonehq/reusable-workflows/.github/workflows/tweet.yml@main
    with:
      message: "change me!"