Skip to content

update from matrixdotorg/synapse:v1.141.0 to ghcr.io/element-hq/synapse:v1.142.1 #488

update from matrixdotorg/synapse:v1.141.0 to ghcr.io/element-hq/synapse:v1.142.1

update from matrixdotorg/synapse:v1.141.0 to ghcr.io/element-hq/synapse:v1.142.1 #488

Workflow file for this run

name: Generate helm docs
on:
pull_request:
paths:
- 'charts/matrix/**'
permissions:
contents: write
pull-requests: write
jobs:
update-docs:
name: update-docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render helm docs inside the README.md and push changes back to PR branch
uses: netfoundry/helm-docs-action@v1
with:
working-dir: charts/matrix
git-push: "true"