Fabio Knoedt

Results 8 comments of Fabio Knoedt

Good point. My use case is in a piece of `nginx` configuration inside of an ingress config snippet though: `ingress.kubernetes.io/configuration-snippet`, it's not the whole config file. I know, edge case...

Same for me - we are moving away from Matomo because we can't afford that to happen.

For me, it works! I am missing the left bar with all repositories + how many jobs are running at the moment: e.g. `(2/5)`

Hi @peculiarism! Thanks for the quick answer. What version of the GitHub Action are you running? **`v0.8.0`** Are you running a local server/environment that the GitHub Action can access? **Yes,...

@peculiarism btw, I forgot to mention, using the `datadog-ci` directly works fine: ``` - name: Run Datadog CLI synthetic tests run: | export DATADOG_SITE=datadoghq.eu export DATADOG_API_KEY=${{secrets.DATADOG_API_KEY}} export DATADOG_APP_KEY=${{secrets.DATADOG_APP_KEY}} datadog-ci synthetics...

That's a great idea as it would leverage from the GHA cache. Thanks. Let me try that and get back to you.