diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d6a16238f8..50a2dbe591 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -621,7 +621,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }} - - name: Push specs to algolia documentation + - name: Push generation to algolia documentation run: yarn workspace scripts pushToAlgoliaDoc env: GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }} diff --git a/specs/ingestion/common/schemas/transformation.yml b/specs/ingestion/common/schemas/transformation.yml index ea7969da13..d8f6fea5e2 100644 --- a/specs/ingestion/common/schemas/transformation.yml +++ b/specs/ingestion/common/schemas/transformation.yml @@ -92,7 +92,7 @@ TransformationSearch: items: $ref: './common.yml#/transformationID' required: - - transformationsIDs + - transformationIDs TransformationTry: type: object