Skip to content

Commit 041bf25

Browse files
committed
chore: test commit
1 parent 4fc825c commit 041bf25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config --local user.name "GitHub Action"
3333
3434
# Copy generated docs
35-
git add docs/api-docs/ specs/swagger/openapi.html specs/swagger/openapi.yaml
35+
git add docs/api-docs/
3636
3737
if git diff --staged --quiet; then
3838
echo "✅ No changes to commit"

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.2
5+
version: 0.0.1
66
servers:
77
- url: http://localhost:8080/orchestrator
88
description: Devtron API Server

0 commit comments

Comments
 (0)