Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMboya committed Jan 22, 2025
1 parent 25a7beb commit 7dbc452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Magistrala
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0

name: Generate Helm Docs
Expand All @@ -23,7 +23,7 @@ jobs:
id: helm-docs
uses: losisin/[email protected]
with:
chart-search-root: "charts/magistrala"
chart-search-root: "charts/supermq"
values-file: "values.yaml"
output-file: "README.md"
template-files: "README.md.gotmpl"
Expand All @@ -32,4 +32,4 @@ jobs:

- name: Show README diff
if: failure() && steps.helm-docs.outcome == 'failure'
run: git diff charts/magistrala/README.md || echo "No git diff available."
run: git diff charts/supermq/README.md || echo "No git diff available."

0 comments on commit 7dbc452

Please sign in to comment.