Skip to content

Commit

Permalink
Update workflow to fail on diff
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Sep 12, 2024
1 parent 54e8e6b commit 003e7da
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,5 @@ jobs:
output-file: "README.md"
template-files: "README.md.gotmpl"
git-push: false
fail-on-diff: false
fail-on-diff: true

# Show the output of the README.md file after it's generated
- name: Show README.md content
run: cat charts/magistrala/README.md

# Show the diff between the current README and the generated one (if fail-on-diff: true fails)
- name: Show README diff
run: git diff charts/magistrala/README.md

0 comments on commit 003e7da

Please sign in to comment.