Skip to content

Commit a1ee5ca

Browse files
committed
misc: test commit
1 parent e752b44 commit a1ee5ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/api-spec-merger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Run specs bundling script
2525
run: |
26-
chmod +x script/generate-api-docs.sh
27-
script/generate-api-docs.sh
26+
chmod +x scripts/generate-api-docs.sh
27+
scripts/generate-api-docs.sh
2828
2929
- name: Commit and push changes
3030
uses: ad-m/github-push-action@master

specs/application/listing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
paths:
66
/orchestrator/app/autocomplete:
77
get:
8-
description: list of namespaces group by clusters - TEST1
8+
description: list of namespaces group by clusters - TEST2
99
parameters:
1010
- in: query
1111
name: appName

0 commit comments

Comments
 (0)