Skip to content

Commit 4fc825c

Browse files
committed
chore: test commit
1 parent 73124a9 commit 4fc825c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
with:
18-
fetch-depth: 0
1918
ref: ${{ github.ref }}
2019

2120
- name: Set up Redocly CLI
@@ -32,12 +31,6 @@ jobs:
3231
git config --local user.email "[email protected]"
3332
git config --local user.name "GitHub Action"
3433
35-
# Fetch the target branch so Git knows about it
36-
git fetch origin gh-pages-test
37-
38-
# Switch to it
39-
git checkout gh-pages-test
40-
4134
# Copy generated docs
4235
git add docs/api-docs/ specs/swagger/openapi.html specs/swagger/openapi.yaml
4336

specs/resourceRecommendation/ClusterResourceRecommendation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: Resource Recommender
44
description: Analyzes the history of resource usage (such as CPU and memory) for Kubernetes workloads in a specific cluster and generates data-backed recommendations for optimal resource allocation.
5-
version: 0.0.1
5+
version: 0.0.2
66
servers:
77
- url: http://localhost:8080/orchestrator
88
description: Devtron API Server

0 commit comments

Comments
 (0)