Skip to content

chore: bump version to 0.1.7 in account-operator-crds chart #27

chore: bump version to 0.1.7 in account-operator-crds chart

chore: bump version to 0.1.7 in account-operator-crds chart #27

Workflow file for this run

name: Verify Helm Docs up-to-date
on:
- pull_request
- push
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run helm-docs
uses: losisin/helm-docs-github-action@v1
with:
fail-on-diff: false
chart-search-root: charts/
template-files: README.md.gotmpl
git-push: true
git-push-user-name: "openmfp-technical-user"
git-push-user-email: "openmfp@gmail.com"
git-commit-message: "chore: update Helm documentation"