Skip to content

fix: github add values #1

fix: github add values

fix: github add values #1

Workflow file for this run

name: Generate helm docs
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render helm docs inside the README.md and push changes back to PR branch
uses: shaybentk/[email protected]
with:
working-dir: charts/mint
git-push: "true"