diff --git a/.github/workflows/update-doc.yaml b/.github/workflows/update-doc.yaml index 8e6b6d3..b08a786 100644 --- a/.github/workflows/update-doc.yaml +++ b/.github/workflows/update-doc.yaml @@ -41,4 +41,5 @@ jobs: sed -i 's/# LangStream Helm Charts Repository/# LangStream Helm Chart Values/' helm.md git add helm.md git commit -m "Update helm documentation from charts repository" - git push https://${DOCS_REPO_TOKEN}@github.com/langstream/documentation.git HEAD:main \ No newline at end of file + git push https://${DOCS_REPO_TOKEN}@github.com/langstream/documentation.git HEAD:main + - uses: stefanzweifel/git-auto-commit-action@v4 \ No newline at end of file