Skip to content

Commit

Permalink
Fix path to files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz authored Jan 27, 2025
1 parent cd96540 commit 0dbe41c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/raise-pr-on-change.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"dest": "api-specs/gateway/admin-ee/3.7/openapi.yaml"
},
{
"src": "api-specs/Gateway-EE/3.8/kong-ee-3.8.yaml",
"src": "api-specs/Gateway-EE/3.8/kong-ee.yaml",
"dest": "api-specs/gateway/admin-ee/3.8/openapi.yaml"
},
{
"src": "api-specs/Gateway-EE/3.9/kong-ee-3.9.yaml",
"src": "api-specs/Gateway-EE/3.9/kong-ee.yaml",
"dest": "api-specs/gateway/admin-ee/3.9/openapi.yaml"
},
{
Expand All @@ -41,11 +41,11 @@
"dest": "api-specs/gateway/admin-oss/3.7/openapi.yaml"
},
{
"src": "api-specs/Gateway-OSS/3.8/kong-oss-3.8.yaml",
"src": "api-specs/Gateway-OSS/3.8/kong-oss.yaml",
"dest": "api-specs/gateway/admin-oss/3.8/openapi.yaml"
},
{
"src": "api-specs/Gateway-OSS/3.9/kong-oss-3.9.yaml",
"src": "api-specs/Gateway-OSS/3.9/kong-oss.yaml",
"dest": "api-specs/gateway/admin-oss/3.9/openapi.yaml"
}
]
Expand Down

0 comments on commit 0dbe41c

Please sign in to comment.