Skip to content

Commit

Permalink
Update jobs name to avoid duplicate v
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jan 18, 2024
1 parent 5f62863 commit ca897e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-postman-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca897e4

Please sign in to comment.