From 9f6a3d0969d16c22a608eb7765e4aed31ed1ffa7 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 16 Sep 2024 12:16:51 +0200 Subject: [PATCH] [#13] fix typos --- .github/workflows/generate-postman-collection.yml | 2 +- .github/workflows/generate-sdks.yml | 2 +- .github/workflows/lint-oas.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate-postman-collection.yml b/.github/workflows/generate-postman-collection.yml index 51cace5..399956e 100644 --- a/.github/workflows/generate-postman-collection.yml +++ b/.github/workflows/generate-postman-collection.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: component: - - contactgevens + - contactgegevens - klantinteracties with: schema-path: 'src/openklant/components/${{ matrix.component }}/openapi.yaml' diff --git a/.github/workflows/generate-sdks.yml b/.github/workflows/generate-sdks.yml index 5a8c826..9f7d043 100644 --- a/.github/workflows/generate-sdks.yml +++ b/.github/workflows/generate-sdks.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: component: - - contactgevens + - contactgegevens - klantinteracties with: schema-path: 'src/openklant/components/${{ matrix.component }}/openapi.yaml' diff --git a/.github/workflows/lint-oas.yml b/.github/workflows/lint-oas.yml index 794d1c6..22ab9c2 100644 --- a/.github/workflows/lint-oas.yml +++ b/.github/workflows/lint-oas.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: component: - - contactgevens + - contactgegevens - klantinteracties with: schema-path: 'src/openklant/components/${{ matrix.component }}/openapi.yaml'