Skip to content

Commit

Permalink
fix(specs): required ingestion search params (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Aug 12, 2024
1 parent 2f10fcf commit 2234800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/transformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ TransformationSearch:
items:
$ref: './common.yml#/transformationID'
required:
- transformationsIDs
- transformationIDs

TransformationTry:
type: object
Expand Down

0 comments on commit 2234800

Please sign in to comment.