Skip to content

update app and dependencies #13

update app and dependencies

update app and dependencies #13

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: mintel/[email protected]
with:
git-push: "true"