Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support actions monorepos #222

Open
fbonander opened this issue Dec 19, 2024 · 0 comments
Open

Feature request: Support actions monorepos #222

fbonander opened this issue Dec 19, 2024 · 0 comments

Comments

@fbonander
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant