Skip to content

Commit ca897e4

Browse files
committed
Update jobs name to avoid duplicate v
1 parent 5f62863 commit ca897e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-postman-collection.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
version: ['v1', 'v2']
1818

19-
name: Run with version v${{ matrix.version }}
19+
name: Run with version ${{ matrix.version }}
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/generate-sdks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
version: [ 'v1', 'v2' ]
1818

19-
name: Run with version v${{ matrix.version }}
19+
name: Run with version ${{ matrix.version }}
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/lint-oas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
version: [ 'v1', 'v2' ]
1818

19-
name: Run with version v${{ matrix.version }}
19+
name: Run with version ${{ matrix.version }}
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)