Skip to content

Feature request: Support actions monorepos #222

@fbonander

Description

@fbonander

I would be great if this action would support monorepo setups. We currently have a monorepo that have a large number of actions and reusable workflows.

I'm thinking something like this:

 - name: Publish
      id: publish
      uses: actions/[email protected]
      with:
         files-pattern: ./actions/java/unit-tests/**
         name: java/unit-test

And then for consumtion:

- uses: your-name/mono-repo/java/unit-test@v1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions