From ca897e4c7c3ca3bfff61006ad551322edaa0e006 Mon Sep 17 00:00:00 2001
From: Viicos <65306057+Viicos@users.noreply.github.com>
Date: Thu, 18 Jan 2024 17:05:08 +0100
Subject: [PATCH] Update jobs name to avoid duplicate `v`

---
 .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 6a658c82..6d4e844f 100644
--- a/.github/workflows/generate-postman-collection.yml
+++ b/.github/workflows/generate-postman-collection.yml
@@ -16,7 +16,7 @@ jobs:
       matrix:
         version: ['v1', 'v2']
 
-    name: Run with version v${{ matrix.version }}
+    name: Run with version ${{ matrix.version }}
 
     steps:
       - uses: actions/checkout@v4
diff --git a/.github/workflows/generate-sdks.yml b/.github/workflows/generate-sdks.yml
index 165c2161..2fcd7988 100644
--- a/.github/workflows/generate-sdks.yml
+++ b/.github/workflows/generate-sdks.yml
@@ -16,7 +16,7 @@ jobs:
       matrix:
         version: [ 'v1', 'v2' ]
 
-    name: Run with version v${{ matrix.version }}
+    name: Run with version ${{ matrix.version }}
 
     steps:
       - uses: actions/checkout@v4
diff --git a/.github/workflows/lint-oas.yml b/.github/workflows/lint-oas.yml
index bb9507f4..8767511b 100644
--- a/.github/workflows/lint-oas.yml
+++ b/.github/workflows/lint-oas.yml
@@ -16,7 +16,7 @@ jobs:
       matrix:
         version: [ 'v1', 'v2' ]
 
-    name: Run with version v${{ matrix.version }}
+    name: Run with version ${{ matrix.version }}
 
     steps:
       - uses: actions/checkout@v4