Skip to content

Redundant with GH Reusable Workflows? #1

@msberends

Description

@msberends

You might want to check ‘reusable workflows’ and update your blogpost :)

You can read about it in their blogpost of February 2022. It is now generally available.

To start, set up a workflow in one ‘main’ repo, and refer to it in the workflow files across multiple repositories:

jobs:
  build:
  uses:
    my-organisation/my-awesome-main-repo/.github/workflows/myworkflow.yml@main

That’s basically it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions