You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: