We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f10fcf commit 2234800Copy full SHA for 2234800
.github/workflows/check.yml
@@ -621,7 +621,7 @@ jobs:
621
env:
622
GITHUB_TOKEN: ${{ secrets.ALGOLIA_BOT_TOKEN }}
623
624
- - name: Push specs to algolia documentation
+ - name: Push generation to algolia documentation
625
run: yarn workspace scripts pushToAlgoliaDoc
626
627
specs/ingestion/common/schemas/transformation.yml
@@ -92,7 +92,7 @@ TransformationSearch:
92
items:
93
$ref: './common.yml#/transformationID'
94
required:
95
- - transformationsIDs
+ - transformationIDs
96
97
TransformationTry:
98
type: object
0 commit comments