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

Support multiple services in a repo with immaterial data #116

Open
alper opened this issue Jun 4, 2024 · 2 comments
Open

Support multiple services in a repo with immaterial data #116

alper opened this issue Jun 4, 2024 · 2 comments

Comments

@alper
Copy link

alper commented Jun 4, 2024

Hi,

Our situation is that we have a monorepo with all our services in it. It's not really clear to me how this action would figure out where all the services in a repo are.

Additionally we have the data in our repository but it is not convenient for us to materialize YAML files, so we'd like to pipe in some kind of scipt input. Currently, I'm writing a script to talk to the Datadog API directly.

Thanks,
Alper

@manchicken
Copy link
Contributor

This Action doesn't actually look at the contents of your repository at all, at least not right now. This action only ever acts based on the information you supply as inputs to your workflow.

For security reasons, I'm hesitant to have this Action execute any sort of pipe script, but I'm willing to look at any ideas you have in that regard.

Could you give me a more concrete idea of what you're trying to do here?

@manchicken
Copy link
Contributor

@alper I'm still not sure what you're asking for. Is this still something you're asking for?

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

2 participants