Gytis Šk.
Gytis Šk.
Use case: we have over 600 endpoints and over 200 different servers, server/endpoint combination depend on multiple configuration factors. I wanted to generate a single file for documentation and be...
I have the same problem, was playing around with changing oas3.1 schema. Changed `"schema": { "$dynamicRef": "#meta" }` to `"schema": { "$ref": "#/$defs/schema" }` and the changed the definition to...
For those looking to solve this issue this worked for me: https://github.com/actions/checkout/issues/701#issuecomment-1139627817 There is also `fetch-tags: true` option for `actions/checkout` but that didn't seem to work https://github.com/actions/checkout/pull/579
FYI my temp solution is `composer.json` ```json { "replace": { "cache/array-adapter": "*" } } ```