From 974d56e9aa1c9dec919118c8df1808afa7f281fd Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:18:03 -0500 Subject: [PATCH] use-commit-action --- .github/workflows/update-doc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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