Skip to content

Commit 511bef9

Browse files
author
Nicki Nixon
committed
revert filename change: v20111101.yaml back to mx_platform_api.yml and updated references inside of workflows
1 parent ba5c292 commit 511bef9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: changed-files-specific
2929
uses: tj-actions/changed-files@v41
3030
with:
31-
files: openapi/v20111101.yaml
31+
files: openapi/mx_platform_api.yml
3232
- name: Generate access token
3333
id: generate_token
3434
uses: tibdex/github-app-token@v1

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
- name: Validate OpenAPI Schema
1111
uses: thiyagu06/openapi-validator-action@v1
1212
with:
13-
filepath: 'openapi/v20111101.yaml'
13+
filepath: 'openapi/mx_platform_api.yml'
1414
- name: Validate OpenAPI YAML
1515
uses: ibiqlik/action-yamllint@v3
1616
with:
17-
file_or_dir: openapi/v20111101.yaml
17+
file_or_dir: openapi/mx_platform_api.yml
1818
config_file: .yamllint.yml

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: changed-files-specific
1717
uses: tj-actions/changed-files@v41
1818
with:
19-
files: openapi/v20111101.yaml
19+
files: openapi/mx_platform_api.yml
2020

2121
- name: Require version label if openapi spec changed
2222
if: steps.changed-files-specific.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)