We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v
1 parent 5f62863 commit ca897e4Copy full SHA for ca897e4
.github/workflows/generate-postman-collection.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
version: ['v1', 'v2']
18
19
- name: Run with version v${{ matrix.version }}
+ name: Run with version ${{ matrix.version }}
20
21
steps:
22
- uses: actions/checkout@v4
.github/workflows/generate-sdks.yml
version: [ 'v1', 'v2' ]
.github/workflows/lint-oas.yml
0 commit comments