From 6d929b739fbb561f4e196891e76e2c9aaa9ed6f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 08:59:48 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action digest to e348103 --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 18065e5d9..935269d1f 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -23,7 +23,7 @@ jobs: # TODO: fix jsdoc build errors then remove '|| true' from run command below run: npm run docs || true - name: Commit any changes back to the unstable branch - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5 + uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5 with: commit_message: Update API docs # use jellyfin-bot to commit the changes instead of the default github-actions[bot]